Add weather alias to curl wttr.in
This commit is contained in:
parent
1e46ca4633
commit
ce65ae40bc
1
zshrc
1
zshrc
@ -171,6 +171,7 @@ which cmake &> /dev/null && \
|
|||||||
alias cninja='cmake -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON'
|
alias cninja='cmake -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON'
|
||||||
which ssh &> /dev/null && \
|
which ssh &> /dev/null && \
|
||||||
alias ssh='TERM=xterm-256color ssh'
|
alias ssh='TERM=xterm-256color ssh'
|
||||||
|
alias weather="curl wttr.in"
|
||||||
|
|
||||||
case `uname` in
|
case `uname` in
|
||||||
Linux)
|
Linux)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user