mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Updating colours for git plugin.
This commit is contained in:
parent
04d7bda8fb
commit
ba15b4e673
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ alias glg='git log --stat --max-count=5'
|
|||
compdef _git glg=git-log
|
||||
alias glgg='git log --graph --max-count=5'
|
||||
compdef _git glgg=git-log
|
||||
alias gplg="git log --no-merges --graph --pretty=format:'%Cred%h%Creset - %C(green)%aN%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative"
|
||||
alias gplg="git log --no-merges --graph --pretty=format:'%C()%h%Creset - %C(green)%aN%Creset -%C(blue)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative"
|
||||
compdef _git gplg=git-log
|
||||
alias gss='git status -s'
|
||||
compdef _git gss=git-status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue