Don't save shell history

This commit is contained in:
Anthony Rose 2022-08-31 15:32:03 +01:00
parent dbadc49eea
commit 85b083a4b2

View file

@ -77,6 +77,9 @@ umask 0022
# Other exports.
export PS1="${PS1:-\$ }"
export HISTFILE=""
export HISTFILESIZE=0
export HISTSIZE=0
export TIME_STYLE=long-iso # Used by GNU 'ls'.
if [ "$(uname -s)" = Darwin ]