Improve screen experience

This commit is contained in:
Loic Nageleisen 2020-12-23 16:32:15 +01:00
parent 4f6363d248
commit 2bd6ca065a
3 changed files with 41 additions and 8 deletions

View file

@ -59,6 +59,10 @@ prompt_build_simple() {
echo -n "${HOSTNAME%%.local} "
fi
if [[ -n $STY ]]; then
buffer="${buffer}screen "
fi
# add venv info
set_color -p yellow
if [[ -n "$VIRTUAL_ENV" ]]; then