added plugins
This commit is contained in:
6
.zshrc
6
.zshrc
@@ -70,14 +70,16 @@ ZSH_THEME="robbyrussell"
|
||||
# HIST_STAMPS="mm/dd/yyyy"
|
||||
|
||||
# Would you like to use another custom folder than $ZSH/custom?
|
||||
# ZSH_CUSTOM=/path/to/new-custom-folder
|
||||
ZSH_CUSTOM=/usr/share/zsh
|
||||
|
||||
# Which plugins would you like to load?
|
||||
# Standard plugins can be found in $ZSH/plugins/
|
||||
# Custom plugins may be added to $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
|
||||
zsh-autosuggestions
|
||||
zsh-syntax-highlighting)
|
||||
|
||||
|
||||
# User configuration
|
||||
|
||||
Reference in New Issue
Block a user