summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 709fad6..60509f8 100644
--- a/.zshrc
+++ b/.zshrc
@@ -84,7 +84,7 @@ case `hostname` in
vicious)
HOSTCOLOR=yellow
;;
- x|pi)
+ x|pi|alphard.uberspace.de)
HOSTCOLOR=magenta
;;
*)
@@ -106,7 +106,7 @@ case `hostname` in
PROMPT="[%~]%{$fg[magenta]%}$B%%%b%{$reset_color%} "
PATH=/usr/lib/colorgcc/bin:~/src/scripts:$PATH
;;
- pi)
+ pi|alphard.uberspace.de)
PROMPT="[%m:%~]%{$fg[magenta]%}$B%%%b%{$reset_color%} "
PATH=/usr/lib/colorgcc/bin:~/src/scripts:$PATH
;;