diff options
author | Patrick Simianer <pks@pks.rocks> | 2018-05-28 18:08:55 +0200 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2018-05-28 18:08:55 +0200 |
commit | 89c1979a1c2a6562a1a1fdda30fd0c4f7c811280 (patch) | |
tree | 7ab3a8daf6785a2376662ae360bb3209919f4794 | |
parent | 8b9f6147114e5fad71db55c978b377eab6f3648e (diff) |
hostname
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -102,7 +102,7 @@ in_google_cloud () { # possible colors: black, white, green, cyan, red, yellow, magenta case `hostname` in - bogues*|curry*|iverson*|jordan*|ming*|nowitzki*|oneal*|robinson*) + bryant|barkley|bogues*|curry*|iverson*|jordan*|ming*|nowitzki*|oneal*|robinson*) HOSTCOLOR_BG=magenta HOSTCOLOR_FG=black ;; @@ -168,7 +168,7 @@ case `hostname` in umask u=rwx,g=rwx,o=rx alias tmux="tmux -f ~/.tmux.`hostname`.conf" ;; - bogues|curry|iverson|nowitzki|oneal|ming|*.uberspace.de) + bryant|barkley|bogues|curry|iverson|nowitzki|oneal|ming|*.uberspace.de) PATH=/usr/lib/colorgcc/bin:$PATH ;; esac |