diff --git a/.zshrc b/.zshrc index 2ef86a7..3527414 100644 --- a/.zshrc +++ b/.zshrc @@ -71,8 +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=$plugins +plugins=$ZSH_PLUGINS source $ZSH/oh-my-zsh.sh diff --git a/install.zsh.sh b/install.zsh.sh index f1dac91..11034d8 100755 --- a/install.zsh.sh +++ b/install.zsh.sh @@ -1 +1,3 @@ -curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh \ No newline at end of file +curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -o zsh.install.sh +chmod +x ./zsh.install.sh +./zsh.install.sh \ No newline at end of file diff --git a/plugins b/plugins index d3c510f..85dac44 100644 --- a/plugins +++ b/plugins @@ -1 +1 @@ -export plugins=(git zsh-autosuggestions zsh-syntax-highlighting) \ No newline at end of file +export ZSH_PLUGINS=(git zsh-autosuggestions zsh-syntax-highlighting) \ No newline at end of file