diff --git a/zsh/path.zsh b/zsh/path.zsh index 4c44d53..3c83df3 100644 --- a/zsh/path.zsh +++ b/zsh/path.zsh @@ -6,3 +6,6 @@ export PATH="node_modules/.bin:vendor/bin:$PATH" # Set nvim as default editor export EDITOR='nvim' + +# Fix git log color sequences +export LESS='-R'