Fix missing history
This commit is contained in:
parent
d5ab73fec1
commit
7b6b88d360
1 changed files with 0 additions and 2 deletions
|
@ -79,8 +79,6 @@ umask 0022
|
||||||
# Other exports.
|
# Other exports.
|
||||||
export PS1="${PS1:-\$ }"
|
export PS1="${PS1:-\$ }"
|
||||||
export HISTFILE=""
|
export HISTFILE=""
|
||||||
export HISTFILESIZE=0
|
|
||||||
export HISTSIZE=0
|
|
||||||
export TIME_STYLE=long-iso # Used by GNU 'ls'.
|
export TIME_STYLE=long-iso # Used by GNU 'ls'.
|
||||||
|
|
||||||
if [ "$(uname -s)" = Darwin ]
|
if [ "$(uname -s)" = Darwin ]
|
||||||
|
|
Loading…
Reference in a new issue