From 0ba0c6d38ef8086ecf1704a830fb19778d33d768 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Wed, 4 Jun 2008 10:42:49 +1000 Subject: [PATCH] Removed space in xterm title display --- .bash/interactive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2