diff --git a/.zshrc b/.zshrc index c6decde..2ef86a7 100644 --- a/.zshrc +++ b/.zshrc @@ -70,7 +70,9 @@ ZSH_THEME="lambda-00x097" # 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 zsh-autosuggestions zsh-syntax-highlighting) +source /root/linux.config/plugins + +plugins=$plugins source $ZSH/oh-my-zsh.sh diff --git a/plugins b/plugins new file mode 100644 index 0000000..d3c510f --- /dev/null +++ b/plugins @@ -0,0 +1 @@ +export plugins=(git zsh-autosuggestions zsh-syntax-highlighting) \ No newline at end of file