From e81063ce56035b4af0866f2a62bf48df9b1e7349 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sun, 24 Apr 2016 14:09:40 +0200 Subject: [PATCH] Note what theme actually is in use with fish --- .config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 992a2ad..be0606d 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,7 +1,7 @@ # Virtualenv support with virtualfish eval (python -m virtualfish compat_aliases) -# Theme options +# Theme options for bobthefish set -g theme_show_exit_status yes set -g theme_date_format "+%a %Y-%m-%d %H:%M:%S"