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
This commit is contained in:
François Revol 2008-04-26 15:56:01 +00:00
parent afdc7c3064
commit 0dacda17d5

View File

@ -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'