fix(main): added zoxide before compinit because i didn't read the documentation before
This commit is contained in:
parent
11a19acd9e
commit
e4d4ea30cf
1 changed files with 3 additions and 3 deletions
6
main
6
main
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue