diff options
author | Z.Shang <shangzhanlin@gmail.com> | 2019-01-22 04:50:40 +1100 |
---|---|---|
committer | Z.Shang <shangzhanlin@gmail.com> | 2019-01-22 04:50:40 +1100 |
commit | bf4937270a4a2a6dd6d4f11ddb3fd55fa4d43025 (patch) | |
tree | e6a8f85cd68f2cd936657c88d6a7be1e67c65213 /templates/zshrc.zsh-template | |
parent | fcf1fe72c0057b5eccecd7ae9bfc2fe199cc9b3d (diff) | |
parent | b9670d04092a461ae1db41080263b5a82bc1f958 (diff) | |
download | zsh-bf4937270a4a2a6dd6d4f11ddb3fd55fa4d43025.tar.gz zsh-bf4937270a4a2a6dd6d4f11ddb3fd55fa4d43025.tar.bz2 zsh-bf4937270a4a2a6dd6d4f11ddb3fd55fa4d43025.zip |
Merge branch 'master' of https://github.com/Z-Shang/oh-my-zsh
Diffstat (limited to 'templates/zshrc.zsh-template')
-rw-r--r-- | templates/zshrc.zsh-template | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 7cd2a873b..abd2c8812 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -62,9 +62,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=(git) source $ZSH/oh-my-zsh.sh |