Commit c5493877 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

git: fix version check

parent d81b4ac9
# 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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment