Skip to content

Commit 8cf569d

Browse files
committed
Add git command quotes
1 parent af3c9fb commit 8cf569d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/.function_git

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ function git() {
55
[[ "$url" =~ ^[^:]+/.+$ ]] && url="[email protected]:${url}.git"
66
command git clone "$url" "${@:3}" && cdl
77
else
8-
command git $@
8+
command git "$@"
99
fi
1010
}

0 commit comments

Comments
 (0)