summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index afa3f90..dead0ac 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -230,11 +230,11 @@ autoload -U colors && colors
# possible colors: black, white, green, cyan, red, yellow, magenta
case $HOSTNAME in
- *.local|barkley*|bogues*|bryant*|durant*|harden*|ming*|mutombo*|oneal*|pks*|robinson*)
+ *.local|barkley*|bogues*|bryant*|durant*|harden*|ming*|mutombo*|oneal*|robinson*)
HOSTCOLOR_BG=magenta
HOSTCOLOR_FG=black
;;
- *.uberspace.de)
+ *.uberspace.de|*.in-berlin.de|*-hdh)
HOSTCOLOR_BG=green
HOSTCOLOR_FG=black
alias tmux="tmux -f ~/.tmux/uberspace.conf"