summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-01 15:50:28 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-01 15:50:28 +0100
commite6e6c57dde473aed82903d61ac90891370d8e436 (patch)
tree313fd55a4b6a96ecd68ff7825b4aa9ba8e8af26c
parentb3b77d2a2d75064d429cc6c2b5348b6cc71837ef (diff)
upped history and set settings
-rw-r--r--kshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/kshrc b/kshrc
index 73b3547..d594c0e 100644
--- a/kshrc
+++ b/kshrc
@@ -22,7 +22,8 @@ export BOOKMARK_PY_EMAIL=bookmark@matthewlemon.com
BOOKMARK_PY_SMTP_PWD="$(pass AppPasswords/mbsync_fastmail_may2022)"
export BOOKMARK_PY_SMTP_PWD
HISTFILE=$HOME/.ksh_history
-HISTSIZE=20000
+HISTSIZE=100000
+HISTCONTROL=ignoredups:ignorespace
# emacs mode gives you the familiar Ctrl-A, Ctrl-E, etc
set -o emacs