Skip to content

Commit

Permalink
need to keep ellipses in case something outputs error afterwards
Browse files Browse the repository at this point in the history
  • Loading branch information
adam committed Apr 1, 2006
1 parent a205fba commit 739b339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .shared_env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 739b339

Please sign in to comment.