Merge pull request #275 from caguettaz/world
Improved prompt speed when hg is not installed.
diff --git a/README.md b/README.md
index dd0fbdd..e510d36 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@
There are a few bash it themes. If you've created your own custom prompts, I'd love it if you shared with everyone else! Just submit a Pull Request to me (revans).
-You can see the theme screenshots [here](https://github.com/revans/bash-it/tree/master/theme-screenshots)
+You can see the theme screenshots [here](https://github.com/revans/bash-it/wiki/Themes)
## Help out
diff --git a/themes/sexy/sexy.theme.bash b/themes/sexy/sexy.theme.bash
index 15b9a97..b7cbbf0 100644
--- a/themes/sexy/sexy.theme.bash
+++ b/themes/sexy/sexy.theme.bash
@@ -7,7 +7,6 @@
fi
if tput setaf 1 &> /dev/null; then
- tput sgr0
if [[ $(tput colors) -ge 256 ]] 2>/dev/null; then
MAGENTA=$(tput setaf 9)
ORANGE=$(tput setaf 172)