From 31ce9a0232526eead46ac17fa3e60d50dda5b956 Mon Sep 17 00:00:00 2001 From: Anton Shubin <2spy4x@gmail.com> Date: Sat, 2 Jul 2022 15:04:50 +0300 Subject: [PATCH] feat(my.zsh-theme): add aliases for tree, nx, firebase --- my.zsh-theme | 3 +++ 1 file changed, 3 insertions(+) diff --git a/my.zsh-theme b/my.zsh-theme index 76dcdb2..d073023 100644 --- a/my.zsh-theme +++ b/my.zsh-theme @@ -25,3 +25,6 @@ ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" alias yu="yarn upgrade-interactive --latest" alias gst="git status -sb" +alias tree="tree -a -L 1" +alias nx="npx nx" +alias firebase="npx firebase"