dotfiles/.config/fish/conf.d/atuin.fish

5 lines
103 B
Fish

if status is-interactive
if type atuin >/dev/null ^&1
atuin init fish | source
end
end