From 32b40894c71d8207753fba5fdb6ae199e12250b1 Mon Sep 17 00:00:00 2001 From: Anton Shubin <2spy4x@gmail.com> Date: Tue, 7 Apr 2020 22:05:20 +0300 Subject: [PATCH] fix(.oh-my-zsh/custom/spy4x.zsh-theme): add aliases for "firebase deploy", "yarn {add,remove,upgrade-interactive}" --- .oh-my-zsh/custom/spy4x.zsh-theme | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.oh-my-zsh/custom/spy4x.zsh-theme b/.oh-my-zsh/custom/spy4x.zsh-theme index d35e697..131460c 100644 --- a/.oh-my-zsh/custom/spy4x.zsh-theme +++ b/.oh-my-zsh/custom/spy4x.zsh-theme @@ -9,3 +9,8 @@ RPS1="${return_code}" ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}" 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