add fish config

This commit is contained in:
sloane 2024-07-18 16:59:13 -04:00
parent 7c14c6caf7
commit 58c12cd156
No known key found for this signature in database

16
.config/fish/config.fish Normal file
View 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