aboutsummaryrefslogtreecommitdiff
path: root/ksh/kshrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-02-17 09:54:23 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-02-17 09:54:23 +1300
commit5aaed964f1a11b28ff79b6a7508195bdf2801a45 (patch)
treef620c451193a7aaabb031a0de60cc0294262f85e /ksh/kshrc
parentRevert "Use backslash to escape single char" (diff)
downloaddotfiles-5aaed964f1a11b28ff79b6a7508195bdf2801a45.tar.gz
dotfiles-5aaed964f1a11b28ff79b6a7508195bdf2801a45.zip
Don't re-set HISTSIZE in kshrc
Already set in shrc
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