when browsing bash history the cursor is no shifted anymore

This commit is contained in:
Arialdo Martini 2013-09-04 08:13:30 +02:00
parent d8b3c75047
commit 20e74a8159

View File

@ -171,12 +171,12 @@ function build_prompt {
fi
if [[ ${two_lines} ]]; then break="\n\r"; fi
if [[ ${two_lines} ]]; then break="\n"; fi
PS1="${PS1}${reset}${break}${finally}"
}
detached_symbol="D"
PROMPT_COMMAND=build_prompt