diff --git a/.zshrc b/.zshrc index 68ceb98..5341af4 100644 --- a/.zshrc +++ b/.zshrc @@ -129,9 +129,10 @@ source $HOME/.zshenv eval "$(direnv hook zsh)" -if [ command -v ng >/dev/null ]; then +if command -v ng >/dev/null; then # Load Angular CLI autocompletion if ng command is available. source <(ng completion script) +fi # bun completions [ -s "$HOME/.bun/_bun" ] && source "$HOME/.bun/_bun"