mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 09:58:47 -07:00
git: fix version check
This commit is contained in:
parent
d81b4ac9f2
commit
c549387745
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user