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, 5 insertions, 0 deletions
diff --git a/zshfunc/vcs-info/VCS_INFO_tla_detect b/zshfunc/vcs-info/VCS_INFO_tla_detect new file mode 100644 index 0000000..f91c96d --- /dev/null +++ b/zshfunc/vcs-info/VCS_INFO_tla_detect @@ -0,0 +1,5 @@ +VCS_INFO_tla_detect() { #{{{ + VCS_INFO_check_com tla || return 1 + vcs_comm[basedir]="$(tla tree-root 2> /dev/null)" && return 0 + return 1 +} |