aboutsummaryrefslogtreecommitdiff
path: root/ksh/kshrc
diff options
context:
space:
mode:
Diffstat (limited to 'ksh/kshrc')
-rw-r--r--ksh/kshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ksh/kshrc b/ksh/kshrc
index ec90a35f..43ac14da 100644
--- a/ksh/kshrc
+++ b/ksh/kshrc
@@ -18,7 +18,6 @@ set -o trackall
# Save history
HISTFILE=$HOME/.ksh_history
-((HISTSIZE=1 << 10))
# Load any supplementary scripts
for kshrc in "$HOME"/.kshrc.d/*.ksh ; do