From 39699ceffd38c72c50f2aa860f15eed2878c7206 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 5 Sep 2019 16:38:14 +0100 Subject: [PATCH] Add cd-gitroot --- tag-zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag-zsh/zshrc b/tag-zsh/zshrc index 9d41c24..694582f 100644 --- a/tag-zsh/zshrc +++ b/tag-zsh/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=(common-aliases composer docker git github npm osx z zsh-autosuggestions zsh-syntax-highlighting) +plugins=(cd-gitroot common-aliases composer docker git github npm osx z zsh-autosuggestions zsh-syntax-highlighting) source $ZSH/oh-my-zsh.sh