Browse Source

Add default vars for neaty

Alois Mahdal 4 years ago
parent
commit
2b0a29df16
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc View File

612
 export LESSOPEN="| /usr/bin/src-hilite-lesspipe.sh %s"
612
 export LESSOPEN="| /usr/bin/src-hilite-lesspipe.sh %s"
613
 export LESS=' -R '
613
 export LESS=' -R '
614
 
614
 
615
+export NEATY=color
615
 export PRETTY=color
616
 export PRETTY=color
616
 export PRETTY_DEBUG_EXCLUDE=inigrep
617
 export PRETTY_DEBUG_EXCLUDE=inigrep
617
 
618