fish: functions: Add an alias for checking weather

This commit is contained in:
Sanchayan Maity 2023-02-25 17:52:28 +05:30
parent 44a0193f58
commit 7b6cd2575c
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function weather --description "Check weather with chubin/wttr.in"
curl wttr.in
end