Fix weather command for zsh
This commit is contained in:
parent
0c3fd7a84e
commit
0249037614
1 changed files with 1 additions and 1 deletions
2
aliases
2
aliases
|
@ -85,7 +85,7 @@ alias tls="tmux list-sessions"
|
|||
alias ts="tmuxinator start"
|
||||
alias v="$EDITOR"
|
||||
alias w="python -m SimpleHTTPServer"
|
||||
alias wo="curl http://wttr.in/48912?m"
|
||||
alias wo="curl 'http://wttr.in/48912?m'"
|
||||
alias y="yarn"
|
||||
alias ya="yarn add"
|
||||
alias yad="yarn add --dev"
|
||||
|
|
Loading…
Reference in a new issue