Преглед на файлове

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 преди 10 години
родител
ревизия
f78817a4f8
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc Целия файл

@@ -205,6 +205,7 @@ PROMPT_COMMAND="history -n; history -w; history -c; history -r; $PROMPT_COMMAND"
205 205
 
206 206
 HISTIGNORE="$HISTIGNORE:ls:ll:la:cd"
207 207
 HISTIGNORE="$HISTIGNORE:git dc:git st"
208
+HISTIGNORE="$HISTIGNORE:reset"
208 209
 #export HISTIGNORE="$HISTIGNORE:se *:sc *"
209 210
 HISTSIZE=-1
210 211
 HISTFILESIZE=100000