diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-04-30 16:56:53 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-04-30 16:56:53 +0200 |
commit | 56c01629c682063c87b762bb177a2980ff3ae7a4 (patch) | |
tree | 98211887a7d5b31356a008983e9f12351a10e517 /gitconfig | |
parent | cab67a48d640bdef7225e54cf1f144b8693586c9 (diff) | |
download | dotfiles-56c01629c682063c87b762bb177a2980ff3ae7a4.tar.gz dotfiles-56c01629c682063c87b762bb177a2980ff3ae7a4.zip |
nvim add TS and use default color; git update color
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |