feat(my.zsh-theme): add aliases for tree, nx, firebase

This commit is contained in:
Anton Shubin 2022-07-02 15:04:50 +03:00 committed by GitHub
parent 62f4cf1884
commit 31ce9a0232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"