Add greeting to fish
This commit is contained in:
parent
d96600b57b
commit
0d0a01a6a5
@ -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";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user