diff options
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |