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