summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 6d013c6..e2e0844 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -271,7 +271,7 @@ autoload -U colors && colors
# possible colors: black, white, green, cyan, red, yellow, magenta
case $_HOSTNAME in
- *.home|barkley*|bogues*|carter*|durant*|harden*|james*|ming*|mutombo*|nash*|oneal*|robinson*)
+ *.home|barkley*|bogues*|carter*|durant*|james*|oneal*|robinson*)
_HOSTCOLOR_BG=magenta
_HOSTCOLOR_FG=black
;;