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

5 lines
91 B
Fish

if status is-interactive
if type -q atuin
atuin init fish | source
end
end