diff --git a/home/.chezmoitemplates/scripts/commonrc.fish.tmpl b/home/.chezmoitemplates/scripts/commonrc.fish.tmpl index 5ee30d6..08f0c7f 100644 --- a/home/.chezmoitemplates/scripts/commonrc.fish.tmpl +++ b/home/.chezmoitemplates/scripts/commonrc.fish.tmpl @@ -116,3 +116,8 @@ function wt end end {{- end }} + +# atuin (magical shell history) +if command -q atuin + atuin init fish | source +end