feat: add source plugins into .zshrc plugins
parent
2061c2260a
commit
029513b6cc
4
.zshrc
4
.zshrc
|
|
@ -70,7 +70,9 @@ ZSH_THEME="lambda-00x097"
|
||||||
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
# Custom plugins may be added to $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=(git zsh-autosuggestions zsh-syntax-highlighting)
|
source /root/linux.config/plugins
|
||||||
|
|
||||||
|
plugins=$plugins
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue