diff options
-rw-r--r-- | zsh/.zsh/plugins | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zsh/.zsh/plugins b/zsh/.zsh/plugins index 1016b88..793ecb4 100644 --- a/zsh/.zsh/plugins +++ b/zsh/.zsh/plugins @@ -24,17 +24,17 @@ if ! zgen saved; then zgen load zsh-users/zsh-syntax-highlighting # Appearance - zgen oh-my-zsh themes/eastwood + # zgen oh-my-zsh themes/eastwood + zgen load mafredri/zsh-async + zgen load sindresorhus/pure # Navigation plugins zgen load uvaes/fzf-marks # Other plugins zgen load rupa/z - zgen load supercrabtree/k zgen load djui/alias-tips zgen load tarruda/zsh-autosuggestions - zgen load joel-porquet/zsh-dircolors-solarized # Save all to init script zgen save |