From f854493d4d6f081e9a4ee65346cdd3e2690bd063 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Thu, 17 Oct 2019 16:54:44 +0200 Subject: [PATCH] ZSH: ajout du plugin ng pour Angular --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index cb51680..4659ea0 100644 --- a/.zshrc +++ b/.zshrc @@ -68,7 +68,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git httpie nvm npm pass pip pyenv sudo virtualenvwrapper wd) +plugins=(git httpie ng npm nvm pass pip pyenv sudo virtualenvwrapper wd) source $ZSH/oh-my-zsh.sh