Update abbreviations
This commit is contained in:
parent
1d064be58a
commit
3b0aa0aa34
|
@ -18,6 +18,7 @@ abbr gan="git add -N"
|
||||||
abbr gap="git add -p"
|
abbr gap="git add -p"
|
||||||
abbr gc="git commit"
|
abbr gc="git commit"
|
||||||
abbr gca="git commit --amend"
|
abbr gca="git commit --amend"
|
||||||
|
abbr gcan="git commit --amend --no-edit"
|
||||||
abbr gcm="git commit -m"
|
abbr gcm="git commit -m"
|
||||||
abbr gd="git diff"
|
abbr gd="git diff"
|
||||||
abbr gf="git fetch"
|
abbr gf="git fetch"
|
||||||
|
@ -26,6 +27,7 @@ abbr gl="git log"
|
||||||
abbr glo="git log --oneline"
|
abbr glo="git log --oneline"
|
||||||
abbr gls="git log --stat"
|
abbr gls="git log --stat"
|
||||||
abbr gpl="git pull"
|
abbr gpl="git pull"
|
||||||
|
abbr gplr="git pull --rebase"
|
||||||
abbr gps="git push"
|
abbr gps="git push"
|
||||||
abbr gri="git rebase -i"
|
abbr gri="git rebase -i"
|
||||||
abbr gs="git status"
|
abbr gs="git status"
|
||||||
|
@ -116,3 +118,10 @@ abbr -g H="| head"
|
||||||
abbr -g L="| less"
|
abbr -g L="| less"
|
||||||
abbr -g V="| nvim -"
|
abbr -g V="| nvim -"
|
||||||
abbr -g X="| xargs -I1"
|
abbr -g X="| xargs -I1"
|
||||||
|
|
||||||
|
abbr today="task +TODAY"
|
||||||
|
abbr tomorrow="task +TOMORROW"
|
||||||
|
abbr overdue="task +OVERDUE"
|
||||||
|
|
||||||
|
abbr nah="git reset --hard; git clean -fd"
|
||||||
|
abbr wip="git commit -m wip"
|
||||||
|
|
Loading…
Reference in a new issue