zsh: Fix git log color escapes
This commit is contained in:
parent
aa2b76560d
commit
f5d5fdf289
1 changed files with 3 additions and 0 deletions
|
@ -6,3 +6,6 @@ export PATH="node_modules/.bin:vendor/bin:$PATH"
|
||||||
|
|
||||||
# Set nvim as default editor
|
# Set nvim as default editor
|
||||||
export EDITOR='nvim'
|
export EDITOR='nvim'
|
||||||
|
|
||||||
|
# Fix git log color sequences
|
||||||
|
export LESS='-R'
|
||||||
|
|
Loading…
Add table
Reference in a new issue