From 739b339f54905e6cf063c4573bcfded23e5d3ce7 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 1 Apr 2006 18:00:35 +0000 Subject: [PATCH] need to keep ellipses in case something outputs error afterwards --- .shared_env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.shared_env b/.shared_env index 1db3222..f2047a3 100644 --- a/.shared_env +++ b/.shared_env @@ -57,7 +57,7 @@ sh_load_status () { # \e[0K is clear to right if [ -n "$shell_interactive" ]; then - _text="${_this_shell}${_this_script}: $*" + _text="${_this_shell}${_this_script}: $*... " _text="${_text//\/home\//~}" echo -e -n "\r\e[0K$_text$debug" fi