From 02fa1d180347f1862ea39542f0866ab2eefa4891 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Tue, 23 Oct 2012 01:30:33 +0200 Subject: [PATCH] Nicer tab titles in Mountain Lion --- .bashrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 .bashrc diff --git a/.bashrc b/.bashrc old mode 100755 new mode 100644 index 72321f4..f0b2d95 --- a/.bashrc +++ b/.bashrc @@ -196,10 +196,10 @@ export PS1="$PS1$ps1_pwd$ps1_vcs$ps1_ruby \$ " [[ -x /usr/bin/lesspipe ]] && eval "$(lesspipe)" # If this is an xterm set the title to user@host:dir. -case "$TERM" in - xterm*|rxvt*) export PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD/$HOME/~}\007"' ;; - *) ;; -esac +#case "$TERM" in +# xterm*|rxvt*) export PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD/$HOME/~}\007"' ;; +# *) ;; +#esac # Enable color support. Don't add ls here, it behaves different on Darwin/BSD. if [[ -x /usr/bin/dircolors ]]; then eval "$(dircolors -b)"; fi