fix(main): added zoxide before compinit because i didn't read the documentation before

This commit is contained in:
Paul Fey 2024-11-02 16:42:41 +01:00
parent 11a19acd9e
commit e4d4ea30cf

6
main
View file

@ -96,15 +96,15 @@ then
zinit light Aloxaf/fzf-tab zinit light Aloxaf/fzf-tab
fi fi
# #
# Load the zsh completion system
autoload -U compinit && compinit
#
# Initialize Zoxide if it exists # Initialize Zoxide if it exists
if command -v zoxide &> /dev/null if command -v zoxide &> /dev/null
then then
eval "$(zoxide init --cmd cd zsh)" eval "$(zoxide init --cmd cd zsh)"
fi fi
# #
# Load the zsh completion system
autoload -U compinit && compinit
#
# Initialize TheF*ck if it exists # Initialize TheF*ck if it exists
if command -v thefuck &> /dev/null if command -v thefuck &> /dev/null
then then