1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-05-06 21:34:09 +02:00

Show exit status when non-zero in bobthefish theme

This commit is contained in:
2016-03-13 09:19:44 +01:00
parent 8bc8cc538d
commit 05c0034cd8
+3 -1
View File
@@ -5,6 +5,9 @@ source $fisher_home/config.fish
# Virtualenv support with virtualfish # Virtualenv support with virtualfish
eval (python -m virtualfish) eval (python -m virtualfish)
# Theme options
set -g theme_show_exit_status yes
# Aliases # Aliases
# Listing # Listing
alias ll 'ls -alF' 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 pypi_up 'python setup.py register sdist --formats=zip upload'
alias weather 'ansiweather' alias weather 'ansiweather'