mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge 8e57bc299d into 1120f97305
This commit is contained in:
commit
4adedb6d83
1 changed files with 4 additions and 0 deletions
|
|
@ -87,6 +87,10 @@ function git_compare_version() {
|
|||
done
|
||||
echo 1
|
||||
}
|
||||
#this is unlikely to change so make it all statically assigned
|
||||
POST_1_7_2_GIT=$(git_compare_version "1.7.2")
|
||||
#clean up the namespace slightly by removing the checker function
|
||||
unset -f git_compare_version
|
||||
|
||||
#this is unlikely to change so make it all statically assigned
|
||||
POST_1_7_2_GIT=$(git_compare_version "1.7.2")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue