No line break here.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29132 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2009-02-04 12:59:02 +00:00
parent 2172e6b46d
commit 2bb68f8dc3

View File

@ -101,7 +101,7 @@ function dev() {
#export PS1='\[\033]0;['$1':\W]\a\]\[\033[1m\][\u@\h \w]\[\033[0m\]\$ '
#export PS1='\033]0;['$1':\W]\a\033[1m[\u@\h \w]\033[0m\$ '
export PS1='\[\033[1m\][\u@\h \w]\[\033[0m\]\$ '
export PROMPT_COMMAND='echo -e "\033]0;['$1':${PWD##*/}]\a"'
export PROMPT_COMMAND='echo -en "\033]0;['$1':${PWD##*/}]\a"'
;;
esac
# lower priority so background builds don't slow the GUI too much