From 05c0034cd836b53d2804770d353bd641a775f3b0 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sun, 13 Mar 2016 09:19:44 +0100 Subject: [PATCH] Show exit status when non-zero in bobthefish theme --- .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 7236454..49bb5a4 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -5,6 +5,9 @@ source $fisher_home/config.fish # Virtualenv support with virtualfish eval (python -m virtualfish) +# Theme options +set -g theme_show_exit_status yes + # Aliases # Listing alias ll 'ls -alF' @@ -42,4 +45,3 @@ alias pip_upgrade "pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs alias pypi_up 'python setup.py register sdist --formats=zip upload' alias weather 'ansiweather' -