From 7048c3dff40c545993fb97ee4a8ddff9cf381b66 Mon Sep 17 00:00:00 2001 From: Schulze Thomas <4070662+tschulze@users.noreply.github.com> Date: Sat, 2 May 2026 10:17:08 +0200 Subject: [PATCH] remove script error --- .zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.zshrc b/.zshrc index 5e86c39..a60c647 100755 --- a/.zshrc +++ b/.zshrc @@ -360,10 +360,10 @@ source ~/.config/zsh/zsh-syntax-highlightin-tokyonight.zsh # Set up fzf key bindings and fuzzy completion source <(fzf --zsh) -Zoxide config for zsh plugins -eval "$(zoxide init --cmd cd zsh)" +# Zoxide config for zsh plugins +# eval "$(zoxide init --cmd cd zsh)" -Tmuxifier config for zsh plugins -eval "$(tmuxifier init -)" +# Tmuxifier config for zsh plugins +# eval "$(tmuxifier init -)"