Merge pull request #251 from gcbartlett/master

Fix repeated 'git_prompt_color_samples' bug
master
Martin Gondermann 10 years ago
commit def903b6b3
  1. 1
      git-prompt-help.sh

@ -65,6 +65,7 @@ git_prompt_color_samples() {
echo -e "${color}$1${ResetColor}" | sed 's/\\\]//g' | sed 's/\\\[//g'
}
local x=0
while (( x < 8 )) ; do
showColor ${ColorNames[x]}
showColor "Dim${ColorNames[x]}"

Loading…
Cancel
Save