From f26cb3bb43291651bbfb3dedc3f8b55e39e40fb7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 19 May 2019 22:52:26 +0100 Subject: [PATCH] Enable more plugins --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 3fd2d5a..396b340 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) source $ZSH/oh-my-zsh.sh