commit 1e11da5d6dca09704cebd6538b070dba159dcecb
parent dffa3c63487f8fe7358bb42891be984a6281ffbb
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Fri, 19 Jun 2020 03:15:43 -0400
Add HISTFILE to remove ~/.bash_history
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.profile b/.profile
@@ -58,6 +58,8 @@ export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc"
export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat"
# Removes ~/.lesshst
export LESSHISTFILE="$XDG_CACHE_HOME/lesshst"
+# Removes ~/.bash_history
+export HISTFILE="$XDG_CACHE_HOME/bash_history"
# Removes ~/.lynxrc and localizes configuration to user
export LYNX_CFG="$HOME/.config/lynx/lynx.cfg"
export LYNX_LSS="$HOME/.config/lynx/lynx.lss"