feat: add atuin shell history integration for Fish

Initialize atuin in Fish shell for synced fuzzy history search with CTRL+R.
This commit is contained in:
2025-11-25 15:22:32 -06:00
parent 8f9565d0e0
commit 57b686cab5

View File

@@ -116,3 +116,8 @@ function wt
end
end
{{- end }}
# atuin (magical shell history)
if command -q atuin
atuin init fish | source
end