1
0

don't use up arrow for atuin

This commit is contained in:
2024-05-15 09:26:41 +02:00
parent 84bf579053
commit 8a3158b4cd

View File

@@ -3,7 +3,7 @@ if status is-interactive
fish_add_path ~/.local/bin
if command -q atuin
atuin init fish | source
atuin init fish --disable-up-arrow | source
atuin gen-completions --shell fish | source
end