mostly fixes and improvements
[distro-setup] / brc
diff --git a/brc b/brc
index 502be7e4e03a3f768c90bb08e6aad34cccb38492..733a7c4482529204c9d067806c993d5e80954af1 100644 (file)
--- a/brc
+++ b/brc
@@ -2027,7 +2027,7 @@ if [[ $- == *i* ]]; then
     if [[ -e /dev/shm/iank-status && ! -e /tmp/quiet-status ]]; then
       eval $(< /dev/shm/iank-status)
     fi
-    if [[ ! $SSH_CLIENT && $MAIL_HOST != "$HOSTNAME" ]]; then
+    if [[ $MAIL_HOST && $MAIL_HOST != "$HOSTNAME" ]]; then
       ps_char="@ $ps_char"
     fi
     # We could test if sudo is active with sudo -nv