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
|
|
@ -135,6 +135,10 @@ set_prompt() {
|
|||
buffer="${buffer}${HOST} "
|
||||
fi
|
||||
|
||||
if [[ -n $STY ]]; then
|
||||
buffer="${buffer}screen "
|
||||
fi
|
||||
|
||||
if [[ -n "$VIRTUAL_ENV" ]]; then
|
||||
buffer="${buffer}%F{yellow}${VIRTUAL_ENV##*/} "
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue