angular cli

This commit is contained in:
andrzej 2024-11-07 13:35:03 +01:00
parent 994f2906bf
commit 609f11ab7d
1 changed files with 4 additions and 0 deletions

View File

@ -45,3 +45,7 @@ SAVEHIST=10000
setopt SHARE_HISTORY setopt SHARE_HISTORY
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
# Load Angular CLI autocompletion.
source <(ng completion script)