dotfiles/.config/fish/config.fish

10 lines
257 B
Fish

#if status is-interactive
#and not set -q TMUX
# exec tmux attach-session
#end
bind \e\[A 'history merge; up-or-search'
test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shell_integration.fish
zoxide init --cmd cd fish | source