fish: use atuin

This commit is contained in:
inkch 2025-01-14 15:26:13 +09:00
parent 29735c36f2
commit 1e79cbba99

View File

@ -13,6 +13,10 @@ if status --is-interactive
command -v zoxide > /dev/null && zoxide init fish | source
command -v starship > /dev/null && starship init fish | source
if not set -q FISH_IS_IN_PRIVATE
command -v atuin > /dev/null && atuin init fish | source
end
if type -q tmux; and test -z "$TMUX"
tmux attach -t default || tmux new-session -s default
end