add fish config

This commit is contained in:
Sloane Perrault 2022-07-17 10:14:11 -04:00
parent b13de85412
commit 33ff5429fd

15
.config/fish/config.fish Normal file
View file

@ -0,0 +1,15 @@
eval (/opt/homebrew/bin/brew shellenv)
source /opt/homebrew/opt/asdf/libexec/asdf.fish
direnv hook fish | source
if status is-interactive
fish_vi_key_bindings
zoxide init fish | source
if not set -q TMUX
set -g TMUX tmux new-session -d -s default
eval $TMUX
tmux attach-session -d -t default
end
end