mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-07 05:14:54 -06:00
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:
@@ -116,3 +116,8 @@ function wt
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
# atuin (magical shell history)
|
||||||
|
if command -q atuin
|
||||||
|
atuin init fish | source
|
||||||
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user