diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -69,6 +69,9 @@ case $_HOST_TYPE in ;; esac +# get a white background in mutt +COLORFGBG="default;default" + # ############################################################################# # terminal # ############################################################################# |