Add greeting to fish

This commit is contained in:
RealStickman 2023-04-17 21:27:08 +02:00
parent 46c1270682
commit 5c78505113

View File

@ -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";
}; };