summaryrefslogtreecommitdiff
path: root/.config/fish/config.fish
diff options
context:
space:
mode:
Diffstat (limited to '.config/fish/config.fish')
-rw-r--r--.config/fish/config.fish9
1 files changed, 9 insertions, 0 deletions
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