From: Nick Bowler Date: Fri, 1 May 2009 17:35:42 +0000 (-0400) Subject: Fix prompt colouring when using SSH, broken by last commit. X-Git-Url: https://git.draconx.ca/gitweb/zshconf.git/commitdiff_plain/6b87c6cbaeefa799183ab73687eda2e35143db64 Fix prompt colouring when using SSH, broken by last commit. --- diff --git a/zshrc b/zshrc index 6064a9a..67e8f47 100644 --- 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