From 7b6b88d3608e7ed70f508dc914a89be83c54c621 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 31 Aug 2022 16:00:03 +0100 Subject: [PATCH] Fix missing history --- roles/home-cli/files/shrc | 2 -- 1 file changed, 2 deletions(-) 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 ]