dots/ksh/options
David Alexander Majnemer e47c7b134a add a history file for ksh
2009-01-14 22:14:17 -05:00

8 lines
116 B
Text
Executable file

set -o emacs
# put history in .ksh
HISTFILE="${HOME}/.ksh/.history"
export HISTFILE
HISTSIZE=1000
export HISTSIZE