Add path alias

This commit is contained in:
Oliver Davies 2019-10-06 02:12:06 +01:00
parent f768978ebc
commit 00e3bb6475

View file

@ -45,6 +45,8 @@ alias rebase='git rebase'
alias hosts="sudo vim /etc/hosts"
alias sshconfig='vim ~/.ssh/config'
alias zshconfig='vim ~/.zshrc'
# Pretty print the path
alias path='echo $PATH | tr -s ":" "\n"'
# PhpStorm
alias pstorm='open -a /Applications/PhpStorm.app "`pwd`"'