diff options
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 |
