Commit b9670d04 authored by Rehan Mahmood's avatar Rehan Mahmood Committed by Marc Cornellà
Browse files

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

parent 3c16466a
...@@ -62,9 +62,7 @@ ZSH_THEME="robbyrussell" ...@@ -62,9 +62,7 @@ ZSH_THEME="robbyrussell"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=( plugins=(git)
git
)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment