]> code.delx.au - dotfiles/commitdiff
Removed space in xterm title display
authorJames Bunton <jamesbunton@delx.net.au>
Wed, 4 Jun 2008 00:42:49 +0000 (10:42 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Wed, 4 Jun 2008 00:42:49 +0000 (10:42 +1000)
.bash/interactive

index aafadab9b05992581d17b45c62976889bbb6c231..220d2d5332f5b360f5a6017dd51081252c940c4f 100644 (file)
@@ -26,7 +26,7 @@ ssource "${HOME}/.bash/colors"
 
 # xterm titlebar displays 'hostname:workingdir'
 if tput hs || tput tsl &> /dev/null; then
-       PROMPT_COMMAND='tput tsl; echo -n "$(hostname| cut -d. -f1): ${PWD/$HOME/~}"; tput fsl;'
+       PROMPT_COMMAND='tput tsl; echo -n "$(hostname| cut -d. -f1):${PWD/$HOME/~}"; tput fsl;'
 fi
 
 # screen window displays current command