Skip to content

Commit

Permalink
Bump bash hist size
Browse files Browse the repository at this point in the history
  • Loading branch information
tgwizard committed Sep 9, 2015
1 parent e615525 commit 756c58a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bash/bashrc
Expand Up @@ -15,8 +15,8 @@ HISTCONTROL=ignoredups:ignorespace
shopt -s histappend

# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTFILESIZE=2000
HISTSIZE=10000
HISTFILESIZE=10000

# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
Expand Down

0 comments on commit 756c58a

Please sign in to comment.