mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Updated to "short" output, a good compromise
signal:noise is better like this :) (thanks for the headsup capncodewash :) ) -Dx
This commit is contained in:
parent
5197ee072d
commit
591a563d34
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ alias gcp='git cherry-pick'
|
||||||
compdef _git gcp=git-cherry-pick
|
compdef _git gcp=git-cherry-pick
|
||||||
alias glg='git log --stat --max-count=5'
|
alias glg='git log --stat --max-count=5'
|
||||||
compdef _git glg=git-log
|
compdef _git glg=git-log
|
||||||
alias glp='git log --pretty=oneline --graph'
|
alias glp='git log --pretty=short --graph'
|
||||||
compdef _git glp=git-log
|
compdef _git glp=git-log
|
||||||
|
|
||||||
# Git and svn mix
|
# Git and svn mix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue