fish: functions: Add an alias for checking weather
This commit is contained in:
parent
44a0193f58
commit
7b6cd2575c
1 changed files with 3 additions and 0 deletions
3
fish/.config/fish/functions/weather.fish
Normal file
3
fish/.config/fish/functions/weather.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function weather --description "Check weather with chubin/wttr.in"
|
||||
curl wttr.in
|
||||
end
|
Loading…
Reference in a new issue