feat: fixes

master
TBS093A 2023-04-12 16:26:23 +02:00
parent 9b5121c71d
commit 0a6433ca78
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_PLUGINS
plugins=$ZSH_INIT_PLUGINS
source $ZSH/oh-my-zsh.sh

View File

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