Browse Source

Filter out inigrep from debugging by default

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

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

@@ -129,6 +129,7 @@ mkdir -p "$RV_TMP"
129 129
 export LC_COLLATE=C     # make sort upper first
130 130
 
131 131
 export SHELLFU_PRETTY=color
132
+export SHELLFU_DEBUG_EXCLUDE=inigrep
132 133
 
133 134
 # make green git bash trinket even cooler
134 135
 GIT_PS1_SHOWDIRTYSTATE=true