mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
git: minor syntax fix
This commit is contained in:
parent
35dc26a2c0
commit
b31106b341
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ alias gst='git status'
|
||||||
|
|
||||||
# use the default stash push on git 2.13 and newer
|
# use the default stash push on git 2.13 and newer
|
||||||
[[ "$(git --version 2>/dev/null)" =~ '^git version ([0-9]+.[0-9]+)' && "$match" -ge '2.13' ]] \
|
[[ "$(git --version 2>/dev/null)" =~ '^git version ([0-9]+.[0-9]+)' && "$match" -ge '2.13' ]] \
|
||||||
&& alias gsta='git stash push'
|
&& alias gsta='git stash push' \
|
||||||
|| alias gsta='git stash save'
|
|| alias gsta='git stash save'
|
||||||
|
|
||||||
alias gstaa='git stash apply'
|
alias gstaa='git stash apply'
|
||||||
|
|
Loading…
Reference in a new issue