diff options
Diffstat (limited to 'zshfunc/vcs-info/VCS_INFO_mtn_get_data')
-rw-r--r-- | zshfunc/vcs-info/VCS_INFO_mtn_get_data | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/zshfunc/vcs-info/VCS_INFO_mtn_get_data b/zshfunc/vcs-info/VCS_INFO_mtn_get_data deleted file mode 100644 index 1edbb63..0000000 --- a/zshfunc/vcs-info/VCS_INFO_mtn_get_data +++ /dev/null @@ -1,8 +0,0 @@ -VCS_INFO_mtn_get_data () { # {{{ - local mtnbranch mtnbase - - mtnbase=${vcs_comm[basedir]} - mtnbranch=${${(M)${(f)"$( mtn status )"}:#(#s)Current branch:*}/*: /} - VCS_INFO_formats '' "${mtnbranch}" "${mtnbase}" - return 0 -} |