Fix skwp and kylewest themes - ensure git-info is on [Fix #213]

This commit is contained in:
Yan Pritzker
2012-11-16 09:34:00 -06:00
parent a8d3e50847
commit fc41f679ca
2 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ function prompt_kylewest_precmd {
# Get Git repository information.
if (( $+functions[git-info] )); then
git-info on
git-info
fi