From 2e40271b747f9c879b0ef42a0ad1eb73d407d609 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:38:11 +0100 Subject: [PATCH] Enable fzf / nodenv omz plugins --- dot_zshrc.tmpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index a3094a8..e1679b1 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -24,10 +24,14 @@ zi snippet OMZL::directories.zsh # apply workaround for refresh: https://github.com/spaceship-prompt/spaceship-prompt/issues/1193 zi light spaceship-prompt/spaceship-prompt +zi light ptavares/zsh-sdkman zi light zsh-users/zsh-autosuggestions zi light zsh-users/zsh-syntax-highlighting -zi light ptavares/zsh-sdkman -zi light mattberther/zsh-nodenv + +zi is-snippet wait lucid for \ + OMZP::fzf \ + has'nodenv' \ + OMZP::nodenv export FAVORITE_COMMAND1="{{ .tmux_favorite1 }}" export FAVORITE_COMMAND2="{{ .tmux_favorite2 }}"