X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=.bashrc;h=dac14a8a6de25c0e89c46c7bd3431842dd669b1f;hb=04cbd5c17df1305e4e5f98291e9211a5b79db2d0;hp=b0dbc2c3d61054025b37f77c3d736a295a7ee386;hpb=0778e647d173c9653ed443d5df189e7da06d1772;p=home-base.git 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));