Browse Source

Allow unlimited history

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

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

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