Skip to content

Commit 2de6f5f

Browse files
committed
feat: Remove end prompt
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
1 parent 3b9e919 commit 2de6f5f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

functions/git

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ git_browse() {
101101

102102
var_info "Running command in ${dir}"
103103
eval "${*}"
104-
var_success "${dir}"
105104
)
106105
done < <(find . -type d -maxdepth 1 -print0)
107106
}

0 commit comments

Comments
 (0)