mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
alias: add git_sort_branches_by_date
This commit is contained in:
parent
6e3a1ac40b
commit
84b881a648
|
@ -69,6 +69,9 @@ alias mdiff="mate -t source.diff"
|
||||||
# define ssh without controlmaster
|
# define ssh without controlmaster
|
||||||
alias ssh1="ssh -o ControlMaster=no"
|
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)'"
|
||||||
|
|
||||||
|
|
||||||
# grc: try to source the definitions file in /etc/grc.zsh (print a warning if it does not exist)
|
# grc: try to source the definitions file in /etc/grc.zsh (print a warning if it does not exist)
|
||||||
if [[ ! -f /etc/grc.zsh ]]; then
|
if [[ ! -f /etc/grc.zsh ]]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user