Add greeting to fish
This commit is contained in:
parent
46c1270682
commit
5c78505113
@ -35,6 +35,10 @@ in
|
|||||||
programs = {
|
programs = {
|
||||||
fish = {
|
fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
interactiveShellInit =
|
||||||
|
''
|
||||||
|
set fish_greeting "Good Morning! Nice day for fishing ain't it! Hu ha!"
|
||||||
|
'';
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
wget = "wget -c";
|
wget = "wget -c";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user