diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index b937385..7709a63 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -79,8 +79,6 @@ 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 ]