From 0dacda17d52333639ef3874b7e67702b646a5672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 26 Apr 2008 15:56:01 +0000 Subject: [PATCH] A space after the prompt really helps selecting only the command with double-click in Terminal. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25185 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/etc/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/etc/profile b/data/etc/profile index 2452a1f0bf..71542e24d4 100644 --- a/data/etc/profile +++ b/data/etc/profile @@ -8,7 +8,7 @@ echo -e "\nWelcome to the Haiku shell.\n" # switch to $HOME cd -export PS1="\w>" +export PS1="\w> " export HISTFILESIZE=50 bind '"\e[2~":paste-from-clipboard'