16 Mar
2021
16 Mar
'21
02:29
On 3/14/21 8:34 PM, David T-G wrote:
Is there any way to keep them from being dropped again so that I don't have to deal with this over and over? *sigh*
You probably cannot prevent it -- or not easily. You can create ".bash.expert" to prevent or undo some of what you don't want. I am currently using: ---- .bash.expert ---- unalias -a unset HISTFILE PS1='\u@\h \$ ' ---- end of .bash.expert ----