diff --git a/.bashrc b/.bashrc index 2c0c802..0586f75 100644 --- a/.bashrc +++ b/.bashrc @@ -194,12 +194,6 @@ export PS1="$PS1$ps1_pwd$ps1_vcs$ps1_ruby \$ " # Make less more friendly for non-text input files, see lesspipe(1) [[ -x /usr/bin/lesspipe ]] && eval "$(lesspipe)" -# If this is an xterm set the title to something empty to preserve Terminal.app titles. -case "$TERM" in - xterm*|rxvt*) export PROMPT_COMMAND='echo -ne "\033]0;\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 alias grep='grep --color=auto'