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
|
||||
|
||||
eval "$(fzf --bash)"
|
||||
eval "$(zoxide init bash)"
|
||||
eval "$(direnv hook bash)"
|
||||
eval "$(starship init bash)"
|
||||
eval "$(zoxide init bash)"
|
||||
|
||||
fzf-config-widget() {
|
||||
local file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue