diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc index 25fb9da..3ccd14d 100644 --- a/.bashrc +++ b/.bashrc @@ -25,8 +25,8 @@ bind -m vi-insert -x '"\C-l": clear' # Append to history file shopt -s histappend -HISTSIZE=50000 -HISTFILESIZE=500000 +#HISTSIZE=50000 +#HISTFILESIZE=500000 HISTCONTROL=ignorespace # set window title |