fix jj completion init in fish config
This commit is contained in:
parent
58c12cd156
commit
dfe46e37f8
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
|
|
||||||
mise activate fish | source
|
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
fish_vi_key_bindings
|
fish_vi_key_bindings
|
||||||
|
mise activate fish | source
|
||||||
|
mise hook-env -s fish | source
|
||||||
|
jj util completion fish | source
|
||||||
|
|
||||||
|
zoxide init fish | source
|
||||||
|
|
||||||
if not set -q TMUX
|
if not set -q TMUX
|
||||||
set -g TMUX tmux new-session -d -s default
|
set -g TMUX tmux new-session -d -s default
|
||||||
eval $TMUX
|
eval $TMUX
|
||||||
tmux attach-session -d -t default
|
tmux attach-session -d -t default
|
||||||
end
|
end
|
||||||
|
|
||||||
zoxide init fish | source
|
|
||||||
jj util completion fish | source
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue