mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
zsh: add gswr to switch to recent branches
This commit is contained in:
parent
624eb4710c
commit
cb05a031a6
|
@ -61,7 +61,8 @@ alias stress='yes >> /dev/null'
|
|||
alias ssh1="ssh -o ControlMaster=no"
|
||||
|
||||
# git: useful_stuff
|
||||
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 gl5='git log -n 5'
|
||||
|
||||
alias pvim='poetry run vim'
|
||||
|
|
Loading…
Reference in New Issue
Block a user