Moved the setting of GNU Screen window number.

This commit is contained in:
Sorin Ionescu 2011-07-14 17:23:17 -04:00
commit c9e510696c
2 changed files with 7 additions and 8 deletions

View file

@ -2,13 +2,6 @@
autoload -U colors
colors -i
# Set the GNU Screen window number.
if [[ -n "$WINDOW" ]]; then
SCREEN_NO="%B$WINDOW%b "
else
SCREEN_NO=""
fi
# Set the default prompt theme.
PS1="%n@%m:%~%# "