summaryrefslogtreecommitdiff
path: root/zshfunc/vcs-info/vcs_info_printsys
diff options
context:
space:
mode:
Diffstat (limited to 'zshfunc/vcs-info/vcs_info_printsys')
-rw-r--r--zshfunc/vcs-info/vcs_info_printsys3
1 files changed, 3 insertions, 0 deletions
diff --git a/zshfunc/vcs-info/vcs_info_printsys b/zshfunc/vcs-info/vcs_info_printsys
new file mode 100644
index 0000000..c585393
--- /dev/null
+++ b/zshfunc/vcs-info/vcs_info_printsys
@@ -0,0 +1,3 @@
+vcs_info_printsys () { # {{{
+ vcs_info print_systems_
+}