mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
add gbcd alias
This commit is contained in:
parent
8bc6994e10
commit
4f3780911f
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ alias gar="killall -HUP -u \"$USER\" zsh" #global alias reload
|
||||||
|
|
||||||
# git
|
# git
|
||||||
alias gs='git status -uno'
|
alias gs='git status -uno'
|
||||||
|
alias gbcd='for branch in `git branch -r | grep -v HEAD`;do echo -e `git show --format="%ci %cr" $branch | head -n 1` \\t$branch; done | sort -r'
|
||||||
|
|
||||||
# vim using
|
# vim using
|
||||||
mvim --version > /dev/null 2>&1
|
mvim --version > /dev/null 2>&1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue