summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index c19efbb..e40b49e 100644
--- a/.zshrc
+++ b/.zshrc
@@ -106,7 +106,7 @@ case `hostname` in
PROMPT="[%~]%{$fg[magenta]%}$B%%%b%{$reset_color%} "
PATH=/usr/lib/colorgcc/bin:~/src/scripts:$PATH
;;
- pi|alphard.uberspace.de)
+ pi|uberspace.de)
PROMPT="[%m:%~]%{$fg[magenta]%}$B%%%b%{$reset_color%} "
PATH=/usr/lib/colorgcc/bin:~/src/scripts:$PATH
;;