diff --git a/etc/disable-history.inc b/etc/disable-history.inc new file mode 100644 index 000000000..66261c1cf --- /dev/null +++ b/etc/disable-history.inc @@ -0,0 +1,10 @@ +# History files in $HOME +blacklist ${HOME}/.history +blacklist ${HOME}/.bash_history +blacklist ${HOME}/.zsh_history +blacklist ${HOME}/.ksh_history +blacklist ${HOME}/.sh_history +blacklist ${HOME}/.nano_history +blacklist ${HOME}/.python_history +blacklist ${HOME}/.mysql_history +blacklist ${HOME}/.pgsql_history \ No newline at end of file