summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-08-03 18:09:11 -0500
committerJesse Luehrs <doy@tozt.net>2009-08-03 18:09:11 -0500
commit57438115fd94e61ec85e036c1be6463aa582bdb0 (patch)
tree7dc761f18cd731dcd5857ab1b67a6f7bbffa693d /bashrc
parent2390d574491c13168e57592321db9b569a317db2 (diff)
downloadconf-57438115fd94e61ec85e036c1be6463aa582bdb0.tar.gz
conf-57438115fd94e61ec85e036c1be6463aa582bdb0.zip
display the window title in tmux
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/bashrc b/bashrc
index b3bdf53..a271adc 100644
--- a/bashrc
+++ b/bashrc
@@ -42,12 +42,12 @@ else
fi # }}}
# Change the window title of X terminals {{{
case ${TERM} in
- xterm*|rxvt*|Eterm|aterm|kterm|gnome)
+ xterm*|rxvt*|Eterm|aterm|kterm|gnome|screen*)
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"'
;;
- screen*)
- PROMPT_COMMAND='echo -ne "\033k${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\033\\"'
- ;;
+ #screen*)
+ #PROMPT_COMMAND='echo -ne "\033k${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\033\\"'
+ #;;
esac # }}}
# aliases {{{
# adding options to common commands {{{