Update atuin configuration

This commit is contained in:
2025-03-18 20:32:49 +01:00
parent 578d688537
commit a0986b9493
2 changed files with 5 additions and 1 deletions

2
conf.d/atuin.env.fish Normal file
View File

@@ -0,0 +1,2 @@
source "$HOME/.atuin/bin/env.fish"

View File

@@ -1 +1,3 @@
status --is-interactive; and atuin init fish | source
if status is-interactive
atuin init fish | source
end