dotfiles/.config/fish/config.fish

25 lines
574 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
2024-07-24 07:39:22 -04:00
direnv hook fish | source
2024-07-18 17:32:29 -04:00
zoxide init fish | source
2024-07-24 07:39:22 -04:00
jj util completion fish | source
2024-07-18 16:59:13 -04:00
2024-11-03 07:42:50 -05:00
# # start or attach to default tmux session
# if not set -q TMUX
# set -g TMUX tmux new-session -d -s default
# eval $TMUX
# tmux attach-session -d -t default
# end
2024-07-18 16:59:13 -04:00
end
set -xg SSH_AUTH_SOCK ~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
2024-07-24 12:01:21 -04:00
2024-09-02 08:47:25 -04:00
abbr j jj
abbr jd jj desc
abbr jst jj st