Browse Source

template: change plugins definition to single line (#7498)

Rehan Mahmood 5 years ago
parent
commit
b9670d0409
1 changed files with 1 additions and 3 deletions
  1. 1 3
      templates/zshrc.zsh-template

+ 1 - 3
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