Explorar el Código

Ignore terminal reset

Hardly needed to do repeatedly and when it is, it's best linked with
an observed command on the same line.
Alois Mahdal hace 10 años
padre
commit
f78817a4f8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc Ver fichero

205
 
205
 
206
 HISTIGNORE="$HISTIGNORE:ls:ll:la:cd"
206
 HISTIGNORE="$HISTIGNORE:ls:ll:la:cd"
207
 HISTIGNORE="$HISTIGNORE:git dc:git st"
207
 HISTIGNORE="$HISTIGNORE:git dc:git st"
208
+HISTIGNORE="$HISTIGNORE:reset"
208
 #export HISTIGNORE="$HISTIGNORE:se *:sc *"
209
 #export HISTIGNORE="$HISTIGNORE:se *:sc *"
209
 HISTSIZE=-1
210
 HISTSIZE=-1
210
 HISTFILESIZE=100000
211
 HISTFILESIZE=100000