0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

git: fix version check

This commit is contained in:
Marc Cornellà 2020-10-04 13:09:32 +02:00
parent d81b4ac9f2
commit c549387745

View file

@ -1,6 +1,6 @@
# Git version checking
autoload -Uz is-at-least
git_version="${(As: :)$(git version 2>/dev/null)[3]}"
git_version="${${(As: :)$(git version 2>/dev/null)}[3]}"
#
# Functions