diff options
-rw-r--r-- | zsh/.zsh/plugins | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zsh/.zsh/plugins b/zsh/.zsh/plugins index 793ecb4..3506d70 100644 --- a/zsh/.zsh/plugins +++ b/zsh/.zsh/plugins @@ -19,10 +19,6 @@ if ! zgen saved; then zgen oh-my-zsh plugins/tmux zgen oh-my-zsh plugins/themes - # zsh-users plugins - zgen load zsh-users/zsh-completions src - zgen load zsh-users/zsh-syntax-highlighting - # Appearance # zgen oh-my-zsh themes/eastwood zgen load mafredri/zsh-async @@ -36,6 +32,10 @@ if ! zgen saved; then zgen load djui/alias-tips zgen load tarruda/zsh-autosuggestions + # zsh-users plugins + zgen load zsh-users/zsh-completions src + zgen load zsh-users/zsh-syntax-highlighting + # Save all to init script zgen save fi |