mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Improve screen experience
This commit is contained in:
parent
4f6363d248
commit
2bd6ca065a
3 changed files with 41 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue