Browse Source

Have better memory

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

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

28
 export HISTCONTROL=$HISTCONTROL${HISTCONTROL+:}ignoredups
28
 export HISTCONTROL=$HISTCONTROL${HISTCONTROL+:}ignoredups
29
 export HISTIGNORE=$HISTIGNORE:ls:ll:la:cd
29
 export HISTIGNORE=$HISTIGNORE:ls:ll:la:cd
30
 export HISTIGNORE="$HISTIGNORE:git ap:git cm:git cma:git dc:git st"
30
 export HISTIGNORE="$HISTIGNORE:git ap:git cm:git cma:git dc:git st"
31
+export HISTFILESIZE=10000
31
 export GLOBIGNORE=.:..
32
 export GLOBIGNORE=.:..
32
 
33
 
33
 # some more aliases
34
 # some more aliases