This commit is contained in:
Loic Nageleisen 2012-08-13 17:36:39 +02:00
parent bf51cb1d3d
commit b0acfd53d8

View file

@ -40,9 +40,6 @@ __set_bash_ps1() {
# colorized:
PS1=" ${B}[${UC}\u@\h ${G}\$(__tpwd)${B}]${UC}\\$ ${NONE}"
# without colors:
#PS1="${TITLEBAR}[\u@\h \${NEW_PWD}]\\$ "
# extra backslash in front of \$ to make bash colorize the prompt
}
__set_bash_ps1