From c56000793eb3032d1f05c1fe1dac4f44ddcd4616 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 28 Feb 2008 06:19:32 +0000 Subject: [PATCH] * update bashrc --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index b0dbc2c..dac14a8 100644 --- a/.bashrc +++ b/.bashrc @@ -42,7 +42,7 @@ if [ "$PS1" ]; then # if it's a remote, SSH_CONNECTION will be set # set variable identifying the chroot you work in (used in the prompt below) - if [ -n "$SSH_CONNECTION" ]; then + if [ -n "$SSH_CONNECTION" -o -n "$SSH_CLIENT" ]; then # figure out what color to use COLOR=$(hostname|md5sum|perl -ne 'if (/^([a-f\d]{8})/) { my $num = unpack(q(L),pack(q(h*),$1)); -- 2.39.2