mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Add in "glvp" alias, for a "git log very pretty" option
This commit is contained in:
parent
43aa3783f8
commit
61f5706532
1 changed files with 2 additions and 0 deletions
|
|
@ -70,6 +70,8 @@ alias glo='git log --oneline --decorate --color'
|
|||
compdef _git glo=git-log
|
||||
alias glog='git log --oneline --decorate --color --graph'
|
||||
compdef _git glog=git-log
|
||||
alias glvp='git log --pretty="%Cred%h%Creset [%Cgreen%an %Creset %C(cyan)%ar%Creset]: %Cred%d%Creset %C(yellow)%s%Creset" --graph'
|
||||
compdef _git glvp=git-log
|
||||
alias gss='git status -s'
|
||||
compdef _git gss=git-status
|
||||
alias ga='git add'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue