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, 0 insertions, 3 deletions
diff --git a/zshfunc/vcs-info/vcs_info_printsys b/zshfunc/vcs-info/vcs_info_printsys
deleted file mode 100644
index c585393..0000000
--- a/zshfunc/vcs-info/vcs_info_printsys
+++ /dev/null
@@ -1,3 +0,0 @@
-vcs_info_printsys () { # {{{
- vcs_info print_systems_
-}