From e4d4ea30cf579cff80b81891ad8cc3f950b5fc72 Mon Sep 17 00:00:00 2001 From: pauljako Date: Sat, 2 Nov 2024 16:42:41 +0100 Subject: [PATCH] fix(main): added zoxide before compinit because i didn't read the documentation before --- main | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main b/main index 2f470f1..09b81d2 100644 --- a/main +++ b/main @@ -96,15 +96,15 @@ then zinit light Aloxaf/fzf-tab fi # -# Load the zsh completion system -autoload -U compinit && compinit -# # Initialize Zoxide if it exists if command -v zoxide &> /dev/null then eval "$(zoxide init --cmd cd zsh)" fi # +# Load the zsh completion system +autoload -U compinit && compinit +# # Initialize TheF*ck if it exists if command -v thefuck &> /dev/null then