diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2026-07-28 21:32:34 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2026-07-28 21:32:34 -0400 |
| commit | 8840e556faa55bc4a0371079a1081e7888f1919a (patch) | |
| tree | 4a28600741f4a2081a4ed60759377717c3e43d26 /.bashrc | |
| parent | 9cfaf3aeae1841d479875521caca6ac820ed4c9b (diff) | |
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
