aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorTristan Williams <tgwil@tgwil.net>2024-10-13 05:52:34 -0400
committerTristan Williams <tgwil@tgwil.net>2024-10-13 05:52:34 -0400
commit2cfe15ba49c7d9e2bfb3d63b42d93030701cf7b8 (patch)
treee8fa54a8886b2f8640916f7e2809f1e9704485ec /home
parent.bashrc: set bash history options (diff)
downloaddotfiles.core-2cfe15ba49c7d9e2bfb3d63b42d93030701cf7b8.tar.gz
dotfiles.core-2cfe15ba49c7d9e2bfb3d63b42d93030701cf7b8.tar.bz2
dotfiles.core-2cfe15ba49c7d9e2bfb3d63b42d93030701cf7b8.zip
.bashrc: Fix history size
Diffstat (limited to 'home')
-rw-r--r--home/.bashrc4
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
58shopt -s histappend 58shopt -s histappend
59 59
60# History size 60# History size
61HISTSIZE=100000 61HISTSIZE=100000 #100K
62HISTFILESIZE=100000 62HISTFILESIZE=1000000 #1M