Remove zsh angular cli

main
Julius Riegel 4 months ago
parent 41b4850b11
commit 186a8300cc

@ -23,8 +23,6 @@ source ~/.local/share/zsh/aliases.zsh
# antigen
source ~/.local/share/zsh/antigen.zsh
antigen use oh-my-zsh
@ -38,7 +36,6 @@ antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle lukechilds/zsh-nvm
antigen apply
# antigen end
@ -67,7 +64,3 @@ eval "$(zoxide init zsh --cmd cd)"
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"
# Load Angular CLI autocompletion.
#source <(ng completion script)

Loading…
Cancel
Save