diff --git a/.oh-my-zsh/custom/spy4x.zsh-theme b/.oh-my-zsh/custom/spy4x.zsh-theme index bd7a323..2dc7337 100644 --- a/.oh-my-zsh/custom/spy4x.zsh-theme +++ b/.oh-my-zsh/custom/spy4x.zsh-theme @@ -14,4 +14,5 @@ alias fd="firebase deploy" alias ya="yarn add" alias yr="yarn remove" alias yu="yarn upgrade-interactive --latest" -alias webstorm="open -a "WebStorm.app"" \ No newline at end of file +alias webstorm="open -a "WebStorm.app"" +alias gst="git status -sb"