소스 검색

Allow huge history files

Alois Mahdal 11 년 전
부모
커밋
b9d04c5046
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc 파일 보기

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 HISTFILESIZE=10000
45
+export HISTFILESIZE=100000
46
 export GLOBIGNORE=.:..
46
 export GLOBIGNORE=.:..
47
 
47
 
48
 # some more aliases
48
 # some more aliases