feat: fixes

master
TBS093A 2023-04-12 17:53:15 +02:00
parent 2f57ad99f8
commit c812a41fd0
2 changed files with 2 additions and 2 deletions

2
.zshrc
View File

@ -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

View File

@ -1 +1 @@
export ZSH_INIT_PLUGINS=(git zsh-autosuggestions zsh-syntax-highlighting)
export ZSH_INIT_PLUGINS=( git zsh-autosuggestions zsh-syntax-highlighting )