From bca8f373924400a801a2213fe1419e27ab786dd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Kmie=C4=87?= Date: Tue, 27 Jul 2021 22:27:10 +0200 Subject: [PATCH] fish: Fix loading of color sequences --- .config/fish/config.fish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 096e887..60a5177 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -15,4 +15,6 @@ set PATH $PATH ~/.local/usr/bin ~/.cargo/bin ~/.local/bin # ... # end -cat ~/.cache/wal/sequences +if status is-interactive + cat ~/.cache/wal/sequences +end