Fix screen title in liquidprompt.
This commit is contained in:
parent
e250029966
commit
0dd60622b5
@ -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")"
|
LP_TITLE="$(_lp_title "$LP_PS1")"
|
||||||
|
|
||||||
# Insert it in the prompt
|
# Insert it in the prompt
|
||||||
if [[ "$TERM" == "screen*" ]]; then
|
if [[ "$TERM" == screen* ]]; then
|
||||||
LP_PS1="${LP_TITLE}${LP_PS1}"
|
LP_PS1="${LP_TITLE}${LP_PS1}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user