0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00

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

This commit is contained in:
Rehan Mahmood 2019-01-20 14:31:23 -05:00 committed by Marc Cornellà
parent 3c16466a14
commit b9670d0409

View file

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