[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
may also need to add to your .bashrc
- To: http://www.gmail.com/~alex. (Alexander ), http://www.umass.edu/~a (Alexander )
- Subject: may also need to add to your .bashrc
- From: http://dummy.us.eu.org/robert (Robert)
- Date: Mon, 27 Jul 2015 07:04:25 -0700
Add the below before the 'if [ "$PS1" ]; then". These will prevent the
.bash_history file from getting clobbered with your latest history when
you "exit" the login shell.
unset HISTSIZE
unset HISTFILESIZE