From 9b5121c71dce5ab195a080ce5a6943f227a0b4e9 Mon Sep 17 00:00:00 2001 From: TBS093A Date: Wed, 12 Apr 2023 16:20:17 +0200 Subject: [PATCH] feat: fixes --- .zshrc | 3 +-- install.zsh.sh | 4 +++- plugins | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) 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