diff options
author | Robby Russell <robby@planetargon.com> | 2017-11-08 10:46:40 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2017-11-08 10:46:40 -0800 |
commit | 7a7480b987c00bd916e2abf7179f92164ac44362 (patch) | |
tree | 9703b5b1744333eb53a4e9b7e1270cd0a1f1552d /templates | |
parent | 85401d481106e4d47709dea0270d5160004d9b30 (diff) | |
download | zsh-7a7480b987c00bd916e2abf7179f92164ac44362.tar.gz zsh-7a7480b987c00bd916e2abf7179f92164ac44362.tar.bz2 zsh-7a7480b987c00bd916e2abf7179f92164ac44362.zip |
Updating template and README to list plugins on individual lines vs one long one. Easier scanning for you and me.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/zshrc.zsh-template | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 966d7a975..bba2d370d 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -58,7 +58,9 @@ 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 |