summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 722db7a..ce5dd1a 100644
--- a/.bashrc
+++ b/.bashrc
@@ -30,7 +30,7 @@ alias make="make -j$(nproc)"
# honor it and otherwise use /bin/sh.
export SHELL
export HISTFILE=$HOME/.bash_history
-export HISTSIZE=5000
+export HISTSIZE=50000
set -o noclobber