From ec0e0ea2624e9ebe7dba87fc83060a4eee2dd15b Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 17 Jan 2020 21:34:15 +0100 Subject: zsh: hosts --- zsh/.zshrc | 4 ++-- 1 file 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" -- cgit v1.2.3