diff options
Diffstat (limited to 'zshfunc/vcs-info/VCS_INFO_tla_detect')
-rw-r--r-- | zshfunc/vcs-info/VCS_INFO_tla_detect | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/zshfunc/vcs-info/VCS_INFO_tla_detect b/zshfunc/vcs-info/VCS_INFO_tla_detect deleted file mode 100644 index f91c96d..0000000 --- a/zshfunc/vcs-info/VCS_INFO_tla_detect +++ /dev/null @@ -1,5 +0,0 @@ -VCS_INFO_tla_detect() { #{{{ - VCS_INFO_check_com tla || return 1 - vcs_comm[basedir]="$(tla tree-root 2> /dev/null)" && return 0 - return 1 -} |