Don't unset HISTFILE

pull/1/head v1.0.0-dev
Raphael 2019-01-10 12:43:31 +01:00 committed by GitHub
parent be472f61f3
commit 262a08cef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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