mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
add better plugin defaults comment.
This commit is contained in:
parent
1d968a302e
commit
99412c0659
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ export DISABLE_COLOR='false'
|
|||
export DISABLE_AUTO_TITLE='false'
|
||||
|
||||
# Set the plugins to load (see $ZSH/plugins/).
|
||||
# Example: plugins=(rails git textmate ruby lighthouse)
|
||||
# Example: plugins=(vi-mode git git-prompt extract history-substring-search compleat)
|
||||
plugins=(git)
|
||||
|
||||
source "$ZSH/oh-my-zsh.sh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue