From: James Bunton Date: Wed, 4 Jun 2008 00:42:49 +0000 (+1000) Subject: Removed space in xterm title display X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/0ba0c6d38ef8086ecf1704a830fb19778d33d768 Removed space in xterm title display --- diff --git a/.bash/interactive b/.bash/interactive index aafadab..220d2d5 100644 --- a/.bash/interactive +++ b/.bash/interactive @@ -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