summaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-04-30 16:56:53 +0200
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-04-30 16:56:53 +0200
commit56c01629c682063c87b762bb177a2980ff3ae7a4 (patch)
tree98211887a7d5b31356a008983e9f12351a10e517 /gitconfig
parentcab67a48d640bdef7225e54cf1f144b8693586c9 (diff)
downloaddotfiles-56c01629c682063c87b762bb177a2980ff3ae7a4.tar.gz
dotfiles-56c01629c682063c87b762bb177a2980ff3ae7a4.zip
nvim add TS and use default color; git update color
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig
index 948036a..b299cce 100644
--- a/gitconfig
+++ b/gitconfig
@@ -25,6 +25,6 @@
# %s commit message subject
# %>(N) set width, padd space on the left
# %<(N) set width, padd space on the right
- pretty = format:%C(auto)%h %C(blue)%>(10)%ad %C(green)%>(8)%aN %C(auto)%d %Creset%s
+ pretty = format:%C(auto)%h %C(cyan)%>(10)%ad %C(green)%>(8)%aN %C(auto)%d %Creset%s
[alias]
graph = log --graph --decorate --pretty=oneline --abbrev-commit --all