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