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

Allow unlimited history

Alois Mahdal преди 10 години
родител
ревизия
9f396cc2ba
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1
    0
      dotfiles/bash/main.bashrc

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

@@ -42,6 +42,7 @@ export HISTCONTROL=$HISTCONTROL${HISTCONTROL:+:}ignoredups
42 42
 export HISTIGNORE=$HISTIGNORE:ls:ll:la:cd
43 43
 export HISTIGNORE="$HISTIGNORE:git ap:git cm:git cma:git dc:git st"
44 44
 export HISTIGNORE="$HISTIGNORE:se *:sc *"
45
+export HISTSIZE=-1
45 46
 export HISTFILESIZE=100000
46 47
 export GLOBIGNORE=.:..
47 48