Remove trailing whitespace from a comment in bashrc

This commit is contained in:
David Morgan 2016-04-11 08:39:22 -04:00
parent dcb64af5bc
commit f296fcd89d
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ fi
do_interesting_prompt 2
#do_boring_prompt
# Change the window title of X terminals
# Change the window title of X terminals
case $TERM in
xterm*|rxvt*|Eterm)
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"'