Merge pull request #59 from ryankanno/master
Remove variables from hg_prompt_info specific to hawaii50 theme
This commit is contained in:
@@ -93,7 +93,7 @@ function hg_prompt_info() {
|
|||||||
branch=$(hg summary 2> /dev/null | grep branch | awk '{print $2}')
|
branch=$(hg summary 2> /dev/null | grep branch | awk '{print $2}')
|
||||||
changeset=$(hg summary 2> /dev/null | grep parent | 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 {
|
function rvm_version_prompt {
|
||||||
|
|||||||
Reference in New Issue
Block a user