Don't ignore EOF, Append history on logout.

This commit is contained in:
hjp 1999-02-10 17:26:22 +00:00
parent c11a2e6321
commit 78e9d743ee
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
setopt ignoreeof
mesg y mesg y
if [ "`uname`" = "HP-UX" ] if [ "`uname`" = "HP-UX" ]
then then

View File

@ -1,3 +1,4 @@
setopt APPEND_HISTORY
unsetopt BGNICE unsetopt BGNICE
setopt CHASELINKS setopt CHASELINKS
setopt AUTO_CD setopt AUTO_CD