mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
8 lines
116 B
Text
Executable file
8 lines
116 B
Text
Executable file
set -o emacs
|
|
|
|
# put history in .ksh
|
|
HISTFILE="${HOME}/.ksh/.history"
|
|
export HISTFILE
|
|
|
|
HISTSIZE=1000
|
|
export HISTSIZE
|