diff options
author | Patrick Simianer <pks@pks.rocks> | 2020-05-06 17:19:14 +0200 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2020-05-06 17:19:14 +0200 |
commit | 180998984a307a62a3c545f84d86988e51009a7d (patch) | |
tree | 1b018f5faac505d0a2710e61f23c51a50f4badad /zsh | |
parent | 01f84542cebf5b6e51616d5f237df3ccede9cd6b (diff) |
add barkley
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -234,7 +234,7 @@ autoload -U colors && colors # possible colors: black, white, green, cyan, red, yellow, magenta case $HOSTNAME in - *.local|bogues*|carter*|durant*|harden*|ming*|mutombo*|nash*|oneal*|robinson*) + *.local|barkley*|bogues*|carter*|durant*|harden*|ming*|mutombo*|nash*|oneal*|robinson*) HOSTCOLOR_BG=magenta HOSTCOLOR_FG=black ;; |