dotfiles/.config/fish/config.fish
2024-07-24 07:39:53 -04:00

19 lines
469 B
Fish

eval "$(/opt/homebrew/bin/brew shellenv)"
if status is-interactive
fish_vi_key_bindings
mise activate fish | source
mise hook-env -s fish | source
direnv hook fish | source
zoxide init fish | source
jj util completion 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
set -xg SSH_AUTH_SOCK ~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock