chore: update zshrc and install script with improvements
This commit is contained in:
5
.zshrc
5
.zshrc
@ -129,8 +129,9 @@ source $HOME/.zshenv
|
||||
|
||||
eval "$(direnv hook zsh)"
|
||||
|
||||
# Load Angular CLI autocompletion.
|
||||
source <(ng completion script)
|
||||
if [ command -v ng >/dev/null ]; then
|
||||
# Load Angular CLI autocompletion if ng command is available.
|
||||
source <(ng completion script)
|
||||
|
||||
# bun completions
|
||||
[ -s "$HOME/.bun/_bun" ] && source "$HOME/.bun/_bun"
|
||||
|
Reference in New Issue
Block a user