From 21edb5e26b834679daa8c6f93375ec631923ff0b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 4 Sep 2019 22:00:40 +0100 Subject: [PATCH] Add more oh-my-zsh plugins --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 1ae49f3..7caf346 100644 --- a/.zshrc +++ b/.zshrc @@ -56,7 +56,7 @@ ZSH_THEME="robbyrussell" # 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) +plugins=(common-aliases composer docker git github npm osx z zsh-autosuggestions zsh-syntax-highlighting) source $ZSH/oh-my-zsh.sh