summaryrefslogtreecommitdiff
path: root/zshfunc/vcs-info/VCS_INFO_check_com
diff options
context:
space:
mode:
Diffstat (limited to 'zshfunc/vcs-info/VCS_INFO_check_com')
-rw-r--r--zshfunc/vcs-info/VCS_INFO_check_com4
1 files changed, 0 insertions, 4 deletions
diff --git a/zshfunc/vcs-info/VCS_INFO_check_com b/zshfunc/vcs-info/VCS_INFO_check_com
deleted file mode 100644
index 7895241..0000000
--- a/zshfunc/vcs-info/VCS_INFO_check_com
+++ /dev/null
@@ -1,4 +0,0 @@
-VCS_INFO_check_com () { #{{{
- (( ${+commands[$1]} )) && [[ -x ${commands[$1]} ]] && return 0
- return 1
-}