mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 06:58:01 +00:00
Remove unused GNU Screen window number format
This commit is contained in:
parent
d877617734
commit
f6bd76a90b
@ -11,13 +11,6 @@ if [[ "$TERM" == 'dumb' ]]; then
|
||||
return 1
|
||||
fi
|
||||
|
||||
# Set the GNU Screen window number.
|
||||
if [[ -n "$WINDOW" ]]; then
|
||||
export SCREEN_NO="%B${WINDOW}%b "
|
||||
else
|
||||
export SCREEN_NO=""
|
||||
fi
|
||||
|
||||
# Sets the GNU Screen title.
|
||||
function set-screen-window-title {
|
||||
if [[ "$TERM" == screen* ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user