mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
aliaes: cleanup
This commit is contained in:
parent
cb05a031a6
commit
5d8850389f
|
@ -64,9 +64,6 @@ alias ssh1="ssh -o ControlMaster=no"
|
||||||
alias git-sort-branches-by-date="git for-each-ref --sort=committerdate refs/heads/ --format='%(committerdate:short) %(refname:short)'"
|
alias git-sort-branches-by-date="git for-each-ref --sort=committerdate refs/heads/ --format='%(committerdate:short) %(refname:short)'"
|
||||||
alias gswr="git-switch-recent-branch"
|
alias gswr="git-switch-recent-branch"
|
||||||
alias gl5='git log -n 5'
|
alias gl5='git log -n 5'
|
||||||
|
|
||||||
alias pvim='poetry run vim'
|
|
||||||
|
|
||||||
alias gs='git status'
|
alias gs='git status'
|
||||||
alias gcfx='git-fixup'
|
alias gcfx='git-fixup'
|
||||||
alias gls="git log --pretty=oneline --abbrev-commit" # gls: Git Log Short
|
alias gls="git log --pretty=oneline --abbrev-commit" # gls: Git Log Short
|
||||||
|
|
Loading…
Reference in New Issue
Block a user