fix(shell): init order
This commit is contained in:
parent
60656cf6a5
commit
050fa6629c
1 changed files with 1 additions and 1 deletions
|
|
@ -16,9 +16,9 @@ export FZF_COMPLETION_TRIGGER=';'
|
||||||
export FZF_TMUX=1
|
export FZF_TMUX=1
|
||||||
|
|
||||||
eval "$(fzf --bash)"
|
eval "$(fzf --bash)"
|
||||||
eval "$(zoxide init bash)"
|
|
||||||
eval "$(direnv hook bash)"
|
eval "$(direnv hook bash)"
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
|
eval "$(zoxide init bash)"
|
||||||
|
|
||||||
fzf-config-widget() {
|
fzf-config-widget() {
|
||||||
local file
|
local file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue