Add cd-gitroot

This commit is contained in:
Oliver Davies 2019-09-05 16:38:14 +01:00 committed by GitHub
parent f1ebca52da
commit 39699ceffd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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