Add alias for wttr.in

This commit is contained in:
Harry Green 2020-07-22 23:27:18 +12:00 committed by Harry Green
parent 151e9bb60b
commit c993297452

View file

@ -23,6 +23,8 @@ alias g="git"
alias c="clear"
alias gl="git log --oneline --graph --decorate --all"
alias wttr="curl -s wttr.in | head -7"
# Reload zsh configuration
alias reload="source ${ZDOTDIR:-$HOME}/.zprezto/runcoms/zshrc"