aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 6e4c31a9..a60a047e 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -29,7 +29,7 @@ fi
unset -f command_not_found_handle
# Keep around 32K lines of history in file
-HISTFILESIZE=$((1 << 15))
+HISTFILESIZE=32768
# Ignore duplicate commands
HISTCONTROL=ignoredups