Fix screen title in liquidprompt.

This commit is contained in:
Gabriel Ebner 2016-02-10 15:09:26 +01:00
parent e250029966
commit 0dd60622b5
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ LP_PS1="${LP_PS1}${LP_RUNTIME}${LP_ERR}${LP_MARK_PREFIX}${LP_MARK}${LP_PS1_POSTF
LP_TITLE="$(_lp_title "$LP_PS1")"
# Insert it in the prompt
if [[ "$TERM" == "screen*" ]]; then
if [[ "$TERM" == screen* ]]; then
LP_PS1="${LP_TITLE}${LP_PS1}"
fi