|
|
|
@ -3,6 +3,8 @@ |
|
|
|
# being displayed. |
|
|
|
# being displayed. |
|
|
|
|
|
|
|
|
|
|
|
git_prompt_help() { |
|
|
|
git_prompt_help() { |
|
|
|
|
|
|
|
source prompt-colors.sh |
|
|
|
|
|
|
|
source git-prompt-colors.sh |
|
|
|
cat <<EOF | sed 's/\\\[\\033//g' | sed 's/\\\]//g' |
|
|
|
cat <<EOF | sed 's/\\\[\\033//g' | sed 's/\\\]//g' |
|
|
|
The git prompt format is [<BRANCH><TRACKING>|<LOCALSTATUS>] |
|
|
|
The git prompt format is [<BRANCH><TRACKING>|<LOCALSTATUS>] |
|
|
|
|
|
|
|
|
|
|
|
|