Skip to content

Commit 0616e14

Browse files
committed
vcs: funcname fix
1 parent 9a9ff1b commit 0616e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bashrc.d/20-vcs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ _vcs_status() {
2626
_ret=$?
2727
local _vcs
2828
for _vcs in $_vcs_mods; do
29-
"$_vcs"_status && break
29+
_"$_vcs"_branch && break
3030
done
3131
return $_ret
3232
}

0 commit comments

Comments
 (0)