From 262a08cef3cc71bfc7c0c5d3ee267dfb8f915f30 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 10 Jan 2019 12:43:31 +0100 Subject: [PATCH] Don't unset HISTFILE --- covermyass.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/covermyass.sh b/covermyass.sh index c2a7d7a..f6ed6fb 100755 --- a/covermyass.sh +++ b/covermyass.sh @@ -59,7 +59,6 @@ elif [[ $option == 2 ]]; then export HISTFILESIZE=0 export HISTSIZE=0 - unset HISTFILE echo "[+] Set HISTFILESIZE & HISTSIZE to 0" set +o history