Add path
alias
This commit is contained in:
parent
f768978ebc
commit
00e3bb6475
|
@ -45,6 +45,8 @@ alias rebase='git rebase'
|
||||||
alias hosts="sudo vim /etc/hosts"
|
alias hosts="sudo vim /etc/hosts"
|
||||||
alias sshconfig='vim ~/.ssh/config'
|
alias sshconfig='vim ~/.ssh/config'
|
||||||
alias zshconfig='vim ~/.zshrc'
|
alias zshconfig='vim ~/.zshrc'
|
||||||
|
# Pretty print the path
|
||||||
|
alias path='echo $PATH | tr -s ":" "\n"'
|
||||||
|
|
||||||
# PhpStorm
|
# PhpStorm
|
||||||
alias pstorm='open -a /Applications/PhpStorm.app "`pwd`"'
|
alias pstorm='open -a /Applications/PhpStorm.app "`pwd`"'
|
||||||
|
|
Loading…
Reference in a new issue