Don't save shell history
This commit is contained in:
parent
dbadc49eea
commit
85b083a4b2
1 changed files with 3 additions and 0 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue