Added weather function to fish

This commit is contained in:
2024-09-15 09:56:38 +02:00
parent 77089edb8d
commit 5124c308a0
3 changed files with 12 additions and 10 deletions

View File

@@ -4,6 +4,9 @@
enable = true;
interactiveShellInit = ''
set fish_greeting # Disable greeting
function weather
curl "wttr.in/Bolzano?0?Q?"
end
'';
};
}