]> git.draconx.ca Git - zshconf.git/blobdiff - zshrc
Fix prompt colouring when using SSH, broken by last commit.
[zshconf.git] / zshrc
diff --git a/zshrc b/zshrc
index 6064a9a30a5c888819426e0c310e4aca6d8d5270..67e8f47a133093dcdd5a531fcf93ddb81d90d625 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -68,7 +68,7 @@ if [ -n "$COLORTERM" ]; then
 fi
 
 if [[ -n "$SSH_CONNECTION" ]]; then
-       PS1="${PS1/\[32/[33}"
+       PS1="${PS1/green/yellow}"
 fi
 
 # I like colours