Pārlūkot izejas kodu

Allow unlimited history

Alois Mahdal 11 gadus atpakaļ
vecāks
revīzija
9f396cc2ba
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc Parādīt failu

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