diff --git a/.zshrc b/.zshrc index 3527414..689abbb 100644 --- a/.zshrc +++ b/.zshrc @@ -71,7 +71,7 @@ ZSH_THEME="lambda-00x097" # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. source /root/linux.config/plugins -plugins=$ZSH_PLUGINS +plugins=$ZSH_INIT_PLUGINS source $ZSH/oh-my-zsh.sh diff --git a/plugins b/plugins index 85dac44..abd4c08 100644 --- a/plugins +++ b/plugins @@ -1 +1 @@ -export ZSH_PLUGINS=(git zsh-autosuggestions zsh-syntax-highlighting) \ No newline at end of file +export ZSH_INIT_PLUGINS=(git zsh-autosuggestions zsh-syntax-highlighting) \ No newline at end of file