Source atuin environment only if it exists

This commit is contained in:
2025-08-08 09:42:45 +02:00
parent 455f35abca
commit 1f4e8e7e3e

View File

@@ -1,2 +1,3 @@
source "$HOME/.atuin/bin/env.fish"
if test -f "$HOME/.atuin/bin/env.fish"
source "$HOME/.atuin/bin/env.fish"
end