summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index f219eef..3b382e5 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -100,16 +100,16 @@ case `hostname` in
HOSTCOLOR_FG=black
;;
lemmy)
- HOSTCOLOR_BG=black
- HOSTCOLOR_FG=white
+ HOSTCOLOR_BG=white
+ HOSTCOLOR_FG=black
;;
x|pi*|*.uberspace.de)
HOSTCOLOR_BG=magenta
HOSTCOLOR_FG=black
;;
*)
- HOSTCOLOR_BG=white
- HOSTCOLOR_FG=black
+ HOSTCOLOR_BG=black
+ HOSTCOLOR_FG=white
;;
esac