decided to stop once there is no input left
[feisty_meow.git] / scripts / tty / terminal_titler.sh
index b59dd3dd8e7fc54049d24b66aaa532d7e3f4fc6e..9ef4f1c10c15347dd116745aa4260d4ddd257b98 100644 (file)
@@ -102,7 +102,7 @@ function label_terminal_with_info()
     fi
     pruned_host=$(echo $HOSTNAME | sed -e 's/^\([^\.]*\)\..*$/\1/')
     date_string=$(date +"%Y %b %e @ %T")
-    user=$USER
+    user="$(logname)"
     if [ -z "$user" ]; then
       # try snagging the windoze name.
       user=$USERNAME