about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <david.morgan@gmail.com>2016-04-11 08:39:22 -0400
committerDavid Morgan <david.morgan@gmail.com>2016-04-11 08:39:22 -0400
commitf296fcd89d39c6a2d52d70b4b0c8f4074939ca88 (patch)
tree5dfba9e3b95d245a0fde94c9b577fa8fa7fcb489
parentdcb64af5bc4d23c54745b0a2b562cef048fc23a2 (diff)
downloaddotfiles-f296fcd89d39c6a2d52d70b4b0c8f4074939ca88.tar.gz
Remove trailing whitespace from a comment in bashrc
-rw-r--r--.bashrc2
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"'