fix(.oh-my-zsh/custom/spy4x.zsh-theme): add alias for "open webstorm"

This commit is contained in:
Anton Shubin 2020-04-07 22:11:43 +03:00
parent 32b40894c7
commit 89e863a67d

View File

@ -14,3 +14,4 @@ alias fd="firebase deploy"
alias ya="yarn add"
alias yr="yarn remove"
alias yu="yarn upgrade-interactive --latest"
alias webstorm="open -a "WebStorm.app""