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