From d1f569acefe28d7bc588441f9279cfaed9c20372 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 6 Nov 2023 18:32:53 +0100 Subject: [PATCH] don't load configuration when in not-interactive mode --- .config/fish/config.fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 54bf408..3e7db9d 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,3 +1,7 @@ +if not status --is-interactive + exit +end + # SSH fish_ssh_agent