remove now unsupported -U
option from abbrs
This commit is contained in:
parent
b7939c98bb
commit
75f9a50c4a
1 changed files with 13 additions and 14 deletions
|
@ -14,18 +14,17 @@ if status is-interactive
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
abbr -Ua g git
|
abbr -a g git
|
||||||
abbr -Ua gp git push --force-with-lease
|
abbr -a gp git push --force-with-lease
|
||||||
abbr -Ua gf git fetch
|
abbr -a gf git fetch
|
||||||
abbr -Ua gpl git pull
|
abbr -a gpl git pull
|
||||||
abbr -Ua gplr git pull --rebase
|
abbr -a gplr git pull --rebase
|
||||||
abbr -Ua gst git status
|
abbr -a gst git status
|
||||||
abbr -Ua gcb git checkout -b
|
abbr -a gcb git checkout -b
|
||||||
abbr -Ua gco git checkout
|
abbr -a gco git checkout
|
||||||
abbr -Ua ga git add
|
abbr -a ga git add
|
||||||
abbr -Ua gc git commit
|
abbr -a gc git commit
|
||||||
abbr -Ua grr git rebase --continue
|
abbr -a grr git rebase --continue
|
||||||
abbr -Ua gr git rebase
|
abbr -a gr git rebase
|
||||||
|
|
||||||
|
abbr -a fug nvim +Git +only
|
||||||
abbr -Ua fug nvim +Git +only
|
|
||||||
|
|
Loading…
Reference in a new issue