mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
add a history file for ksh
This commit is contained in:
parent
43851b816e
commit
e47c7b134a
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
set -o emacs
|
||||
|
||||
# put history in .ksh
|
||||
HISTFILE="${HOME}/.ksh/.history"
|
||||
export HISTFILE
|
||||
|
||||
HISTSIZE=1000
|
||||
export HISTSIZE
|
||||
|
|
Loading…
Add table
Reference in a new issue