summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorpks <pks@pks.rocks>2023-01-11 11:06:18 +0100
committerpks <pks@pks.rocks>2023-01-11 11:06:18 +0100
commit535eca8472d582e44549335624abbae33fcd8fbd (patch)
tree46a3ccc64f098def15b0634f63a3f33e8209dcf9 /zsh
parent64261b9d9436780c9960f4cf82b6902d06983894 (diff)
zsh: update hosts
Diffstat (limited to 'zsh')
-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
;;