6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
|
export HISTSIZE=-1
|
||
|
export HISTFILESIZE=-1
|
||
|
export HISTCONTROL=ignorespace
|
||
|
export HISTIGNORE="$HISTIGNORE:rm *"
|
||
|
|