From 1f4e8e7e3e2992e088fa93438ebd4a1fa094d020 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 8 Aug 2025 09:42:45 +0200 Subject: [PATCH] Source atuin environment only if it exists --- conf.d/atuin.env.fish | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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