aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--%HOME%/.bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc
index e3d514d..628cec3 100644
--- a/%HOME%/.bashrc
+++ b/%HOME%/.bashrc
@@ -16,8 +16,9 @@ PS1="\[\e[1;35m\]\h\[\e[m\] \[\e[1;36m\]\W\[\e[m\] # \[$(tput sgr0)\]"
# `echo "!)"` doesn't work otherwise (namely, in third-party scripts):
set +o histexpand
-# Don't store duplicate commands.
export HISTCONTROL=ignoredups
+export HISTFILESIZE=20000
+export HISTSIZE=20000
# Too many third-party scripts stop working w/ nounset enabled :-(
#set -o nounset