From c812a41fd0ffe0edaaf6506da7cca49717d04a56 Mon Sep 17 00:00:00 2001 From: TBS093A Date: Wed, 12 Apr 2023 17:53:15 +0200 Subject: [PATCH] feat: fixes --- .zshrc | 2 +- plugins | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 689abbb..fc2ba0b 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_INIT_PLUGINS +plugins=(${ZSH_INIT_PLUGINS[@]}) source $ZSH/oh-my-zsh.sh diff --git a/plugins b/plugins index abd4c08..e3cd588 100644 --- a/plugins +++ b/plugins @@ -1 +1 @@ -export ZSH_INIT_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