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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue