summaryrefslogtreecommitdiff
path: root/11_Colors.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-06-14 12:15:10 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-06-14 14:16:09 +0200
commitf65a7cc38905ad74c0d398cd165b7454f00d4b2d (patch)
tree9cf1f4099940f449e9722ec777768ddffd8b66cc /11_Colors.zsh
parentd3a6327d88463fd677a5d2339a03ec5bff0f49a8 (diff)
[Funcs] Internals / ZLE Widgets cleanup
Diffstat (limited to '11_Colors.zsh')
-rw-r--r--11_Colors.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/11_Colors.zsh b/11_Colors.zsh
index 0ef8c51..4e8e1e6 100644
--- a/11_Colors.zsh
+++ b/11_Colors.zsh
@@ -26,6 +26,7 @@ sc ()
done
__set_prompt_colors $C
}
+
__set_prompt_colors ()
{
# Forces HBAR re-generation with new colors..
@@ -89,4 +90,3 @@ __set_prompt_colors ()
_guilt_colors[unapplied]=$color[black]
}
-