From 89e863a67d614c042596b827a811845f8d48e326 Mon Sep 17 00:00:00 2001 From: Anton Shubin <2spy4x@gmail.com> Date: Tue, 7 Apr 2020 22:11:43 +0300 Subject: [PATCH] fix(.oh-my-zsh/custom/spy4x.zsh-theme): add alias for "open webstorm" --- .oh-my-zsh/custom/spy4x.zsh-theme | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.oh-my-zsh/custom/spy4x.zsh-theme b/.oh-my-zsh/custom/spy4x.zsh-theme index 131460c..bd7a323 100644 --- a/.oh-my-zsh/custom/spy4x.zsh-theme +++ b/.oh-my-zsh/custom/spy4x.zsh-theme @@ -13,4 +13,5 @@ ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" alias fd="firebase deploy" alias ya="yarn add" alias yr="yarn remove" -alias yu="yarn upgrade-interactive --latest" \ No newline at end of file +alias yu="yarn upgrade-interactive --latest" +alias webstorm="open -a "WebStorm.app"" \ No newline at end of file