From 6804e6c49fe2befaed82cf1f201debf13e26b9a8 Mon Sep 17 00:00:00 2001 From: silly Date: Sun, 8 Feb 2026 06:15:44 +0100 Subject: Create config.fish --- .config/fish/config.fish | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .config/fish/config.fish (limited to '.config') diff --git a/.config/fish/config.fish b/.config/fish/config.fish new file mode 100644 index 0000000..edde12f --- /dev/null +++ b/.config/fish/config.fish @@ -0,0 +1,9 @@ +function fish_greeting + +if status is-interactive + # You only need this if you want to use the color variables + # (like $color1) in your fish prompt/functions + [ -f ~/.cache/wal/colors-fish.conf ]; and source ~/.cache/wal/colors-fish.conf +end + +end -- cgit v1.3.1