dotfiles/.config/fish/config.fish

19 lines
441 B
Fish
Raw Normal View History

2024-07-18 16:59:13 -04:00
eval "$(/opt/homebrew/bin/brew shellenv)"
if status is-interactive
fish_vi_key_bindings
2024-07-18 17:32:29 -04:00
mise activate fish | source
mise hook-env -s fish | source
jj util completion fish | source
zoxide init fish | source
2024-07-18 16:59:13 -04:00
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