remove now unsupported -U option from abbrs

This commit is contained in:
Sloane Perrault 2023-04-05 08:14:04 -04:00
parent b7939c98bb
commit 75f9a50c4a
No known key found for this signature in database

View file

@ -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