ZSH Config: add Angular CLI setup

This commit is contained in:
Aroy-Art 2025-06-01 23:41:55 +02:00
parent d0172e0dfe
commit 6205961769
Signed by: Aroy
GPG key ID: 583642324A1D2070
4 changed files with 13 additions and 19 deletions

View file

@ -7,3 +7,8 @@ eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
################################
################################
#-------- Angular CLI ---------#
# Load autocompletion.
source <(ng completion script)
################################