Removed variables specific to hawaii50 theme :)

pull/59/head
Ryan Kanno 2011-06-18 10:07:26 -10:00
parent 02ea2d4f5f
commit 758c57621a
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ function hg_prompt_info() {
branch=$(hg summary 2> /dev/null | grep branch | awk '{print $2}')
changeset=$(hg summary 2> /dev/null | grep parent | awk '{print $2}')
echo -e "$prefix${REF_COLOR}${branch}${DEFAULT_COLOR}:${changeset#*:}$state$suffix"
echo -e "$prefix$branch:${changeset#*:}$state$suffix"
}
function rvm_version_prompt {