add a history file for ksh

This commit is contained in:
David Alexander Majnemer 2009-01-14 22:14:17 -05:00
parent 43851b816e
commit e47c7b134a

View file

@ -1,4 +1,8 @@
set -o emacs
# put history in .ksh
HISTFILE="${HOME}/.ksh/.history"
export HISTFILE
HISTSIZE=1000
export HISTSIZE