From 029513b6cca3a86d3950941e2c73950fcca147d4 Mon Sep 17 00:00:00 2001 From: TBS093A Date: Wed, 12 Apr 2023 15:54:32 +0200 Subject: [PATCH] feat: add source plugins into .zshrc plugins --- .zshrc | 4 +++- plugins | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 plugins diff --git a/.zshrc b/.zshrc index c6decde..2ef86a7 100644 --- a/.zshrc +++ b/.zshrc @@ -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 diff --git a/plugins b/plugins new file mode 100644 index 0000000..d3c510f --- /dev/null +++ b/plugins @@ -0,0 +1 @@ +export plugins=(git zsh-autosuggestions zsh-syntax-highlighting) \ No newline at end of file