diff options
author | Tristan Williams <tgwil@tgwil.net> | 2024-10-13 05:52:34 -0400 |
---|---|---|
committer | Tristan Williams <tgwil@tgwil.net> | 2024-10-13 05:52:34 -0400 |
commit | 2cfe15ba49c7d9e2bfb3d63b42d93030701cf7b8 (patch) | |
tree | e8fa54a8886b2f8640916f7e2809f1e9704485ec | |
parent | .bashrc: set bash history options (diff) | |
download | dotfiles.core-2cfe15ba49c7d9e2bfb3d63b42d93030701cf7b8.tar.gz dotfiles.core-2cfe15ba49c7d9e2bfb3d63b42d93030701cf7b8.tar.bz2 dotfiles.core-2cfe15ba49c7d9e2bfb3d63b42d93030701cf7b8.zip |
.bashrc: Fix history size
-rw-r--r-- | home/.bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/.bashrc b/home/.bashrc index 627ba24..85853e4 100644 --- a/home/.bashrc +++ b/home/.bashrc | |||
@@ -58,5 +58,5 @@ HISTCONTROL=ignoreboth | |||
58 | shopt -s histappend | 58 | shopt -s histappend |
59 | 59 | ||
60 | # History size | 60 | # History size |
61 | HISTSIZE=100000 | 61 | HISTSIZE=100000 #100K |
62 | HISTFILESIZE=100000 | 62 | HISTFILESIZE=1000000 #1M |