diff options
| -rw-r--r-- | .config/ksh/ksh.kshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/ksh/ksh.kshrc b/.config/ksh/ksh.kshrc index 79bec0a..6ce52ae 100644 --- a/.config/ksh/ksh.kshrc +++ b/.config/ksh/ksh.kshrc @@ -26,5 +26,6 @@ eval "$(zoxide init posix --cmd cd --hook prompt)" export HISTFILE="$HOME/.history" export HISTCONTROL=ignorespace +export HISTSIZE=100000 set -o emacs |
