From ee88c0eb52e657b36b39f2f04b3168fba1485053 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:44:52 +0100 Subject: [PATCH] Replace OhMyZsh plugins --- dot_zshrc.tmpl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 21c87bc..a3094a8 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -26,11 +26,8 @@ zi light spaceship-prompt/spaceship-prompt zi light zsh-users/zsh-autosuggestions zi light zsh-users/zsh-syntax-highlighting - -zi is-snippet wait lucid for \ - OMZP::{sdk,fzf} \ - has'nodenv' \ - OMZP::nodenv +zi light ptavares/zsh-sdkman +zi light mattberther/zsh-nodenv export FAVORITE_COMMAND1="{{ .tmux_favorite1 }}" export FAVORITE_COMMAND2="{{ .tmux_favorite2 }}"