Add greeting to fish

This commit is contained in:
RealStickman 2023-04-17 21:27:08 +02:00
parent d96600b57b
commit 0d0a01a6a5

View File

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