diff options
author | David Morgan <david.morgan@gmail.com> | 2016-04-11 08:39:22 -0400 |
---|---|---|
committer | David Morgan <david.morgan@gmail.com> | 2016-04-11 08:39:22 -0400 |
commit | f296fcd89d39c6a2d52d70b4b0c8f4074939ca88 (patch) | |
tree | 5dfba9e3b95d245a0fde94c9b577fa8fa7fcb489 | |
parent | dcb64af5bc4d23c54745b0a2b562cef048fc23a2 (diff) | |
download | dotfiles-f296fcd89d39c6a2d52d70b4b0c8f4074939ca88.tar.gz |
Remove trailing whitespace from a comment in bashrc
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc index 8e86ebe..3df8f26 100644 --- a/.bashrc +++ b/.bashrc @@ -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"' |