From b0acfd53d8be7a35b94b3c9fc93b3fc247ae917b Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Mon, 13 Aug 2012 17:36:39 +0200 Subject: [PATCH] cleanup --- bash/prompt | 3 --- 1 file changed, 3 deletions(-) diff --git a/bash/prompt b/bash/prompt index a766fc6..fbf11ad 100644 --- a/bash/prompt +++ b/bash/prompt @@ -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