1
0
mirror of https://github.com/akelge/vim synced 2025-12-14 22:35:13 +00:00

Repo aware prompt

This commit is contained in:
2014-11-27 16:36:19 +00:00
parent 02063b266b
commit a1e61b9720
3 changed files with 14 additions and 4 deletions

View File

@ -19,5 +19,8 @@ autoload -U bak
# fancyTerm - returns true if we are on xterm/rxvt/screen, elsewhere false
autoload -U fancyTerm
# repo_char - returns a character based on the type of repo we are in
autoload -U repo_char
# vim: set ts=4 sw=4 tw=0 ft=zsh :