Use zsh, powerline. Update fonts to use Source Code Pro.
This commit is contained in:
parent
a000ab4d35
commit
00c2de8c32
54 changed files with 2743 additions and 55 deletions
10
.gitconfig
10
.gitconfig
|
@ -39,8 +39,16 @@ gl = log --decorate --graph --abbrev-commit --color --color-words --topo-order -
|
|||
gla = log --decorate --graph --abbrev-commit --color --color-words --topo-order --pretty=medium --all
|
||||
sl = log --decorate --graph --abbrev-commit --color --topo-order --pretty=oneline
|
||||
sla = log --decorate --graph --abbrev-commit --color --topo-order --pretty=oneline --all
|
||||
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
|
||||
#lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
|
||||
plog = !GIT_PAGER='less -n +/^commit\\ \\[0-9a-f\\]+' git log --color --patch-with-stat
|
||||
lg = !"git lg1"
|
||||
lg1 = !"git lg1-specific --all"
|
||||
lg2 = !"git lg2-specific --all"
|
||||
lg3 = !"git lg3-specific --all"
|
||||
|
||||
lg1-specific = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)'
|
||||
lg2-specific = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'
|
||||
lg3-specific = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset) %C(bold cyan)(committed: %cD)%C(reset) %C(auto)%d%C(reset)%n'' %C(white)%s%C(reset)%n'' %C(dim white)- %an <%ae> %C(reset) %C(dim white)(committer: %cn <%ce>)%C(reset)'
|
||||
|
||||
cdiff = diff --color
|
||||
diffs = diff --staged --stat -p
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue