mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Updating template and README to list plugins on individual lines vs one long one. Easier scanning for you and me.
This commit is contained in:
parent
85401d4811
commit
7a7480b987
2 changed files with 20 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue