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:
+1
-1
@@ -8,7 +8,7 @@ echo -e "\nWelcome to the Haiku shell.\n"
|
|||||||
# switch to $HOME
|
# switch to $HOME
|
||||||
cd
|
cd
|
||||||
|
|
||||||
export PS1="\w>"
|
export PS1="\w> "
|
||||||
export HISTFILESIZE=50
|
export HISTFILESIZE=50
|
||||||
|
|
||||||
bind '"\e[2~":paste-from-clipboard'
|
bind '"\e[2~":paste-from-clipboard'
|
||||||
|
|||||||
Reference in New Issue
Block a user