diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-01 15:50:28 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-01 15:50:28 +0100 |
commit | e6e6c57dde473aed82903d61ac90891370d8e436 (patch) | |
tree | 313fd55a4b6a96ecd68ff7825b4aa9ba8e8af26c | |
parent | b3b77d2a2d75064d429cc6c2b5348b6cc71837ef (diff) |
upped history and set settings
-rw-r--r-- | kshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |