feat: add source plugins into .zshrc plugins

master
TBS093A 2023-04-12 15:54:32 +02:00
parent 2061c2260a
commit 029513b6cc
2 changed files with 4 additions and 1 deletions

4
.zshrc
View File

@ -70,7 +70,9 @@ ZSH_THEME="lambda-00x097"
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git zsh-autosuggestions zsh-syntax-highlighting)
source /root/linux.config/plugins
plugins=$plugins
source $ZSH/oh-my-zsh.sh

1
plugins 100644
View File

@ -0,0 +1 @@
export plugins=(git zsh-autosuggestions zsh-syntax-highlighting)