diff options
| author | Robert Günzler <r@gnzler.io> | 2022-11-21 17:19:41 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-11-21 17:19:41 +0100 |
| commit | 6ab81fa8fb6cbc628854a652ada2ef88715af230 (patch) | |
| tree | bf5cf91b16a9baf711e844f1d3e4f101c12cfd5d /.bashrc | |
| parent | 76c9846dcbb8ddc157d016be8cf4afbfd1af7d89 (diff) | |
.bashrc: use history defaults
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 |