aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--bat/.config/bat/config4
-rw-r--r--git/.gitconfig4
2 files changed, 4 insertions, 4 deletions
diff --git a/bat/.config/bat/config b/bat/.config/bat/config
index df1d2f2..3c43c11 100644
--- a/bat/.config/bat/config
+++ b/bat/.config/bat/config
@@ -4,7 +4,7 @@
# Specify desired highlighting theme (e.g. "TwoDark"). Run `bat --list-themes`
# for a list of all available themes
---theme="Visual Studio Dark+"
+--theme="gruvbox-dark"
# Enable this to use italic text on the terminal. This is not supported on all
# terminal emulators (like tmux, by default):
@@ -16,7 +16,7 @@
# Uncomment the following line if you are using less version >= 551 and want to
# enable mouse scrolling support in `bat` when running inside tmux. This might
# disable text selection, unless you press shift.
-#--pager="less --RAW-CONTROL-CHARS --quit-if-one-screen --mouse"
+--pager="less --RAW-CONTROL-CHARS --quit-if-one-screen --mouse"
# Syntax mappings: map a certain filename pattern to a language.
# Example 1: use the C++ syntax for .ino files
diff --git a/git/.gitconfig b/git/.gitconfig
index 9521860..f5464e8 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig
@@ -28,8 +28,8 @@ ff = only
[fetch]
prune = true
-[advice]
-detachedHead = false
+[diff]
+colorMoved = default
[merge]
tool = nvimdiff