From 6b87c6cbaeefa799183ab73687eda2e35143db64 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Fri, 1 May 2009 13:35:42 -0400 Subject: [PATCH] Fix prompt colouring when using SSH, broken by last commit. --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0