diff --git a/conf.d/atuin.env.fish b/conf.d/atuin.env.fish index d058327..f14cbc4 100644 --- a/conf.d/atuin.env.fish +++ b/conf.d/atuin.env.fish @@ -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