From b8b614e7997da475eaba19a125a3b24affb3c850 Mon Sep 17 00:00:00 2001 From: Anton Shubin <2spy4x@gmail.com> Date: Fri, 1 May 2020 14:47:55 +0300 Subject: [PATCH] Add "alias gst="git status -sb" --- .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 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"