From 74938d3cacee9ece7c4850e3020d7057bd44d81e Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Sun, 5 Nov 2023 04:21:27 +0000 Subject: [PATCH] Removed some dot files --- home/.chezmoiremove | 2 ++ home/.chezmoitemplates/universal/profile-inline | 3 +++ home/dot_bashrc | 1 - 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/home/.chezmoiremove b/home/.chezmoiremove index aa2ac29f..3f46dcbe 100644 --- a/home/.chezmoiremove +++ b/home/.chezmoiremove @@ -7,6 +7,7 @@ Brewfile .bash_logout .bash_profile +.bash_sessions/ .cargo .fzf.bash .fzf.zsh @@ -20,6 +21,7 @@ Brewfile .java/ .krew .lesshst +.localized .m2 .npm/ .npmrc diff --git a/home/.chezmoitemplates/universal/profile-inline b/home/.chezmoitemplates/universal/profile-inline index ed99444c..d1de5911 100644 --- a/home/.chezmoitemplates/universal/profile-inline +++ b/home/.chezmoitemplates/universal/profile-inline @@ -37,3 +37,6 @@ export PATH="$VOLTA_HOME/bin:$PATH" ### Ensure ~/.local/bin in PATH export PATH="$HOME/.local/bin:$PATH" + +### Remove ~/.bash_sessions +export HISTFILE="$XDG_STATE_HOME/bash/history" diff --git a/home/dot_bashrc b/home/dot_bashrc index 7adbf5a5..6b537b8f 100644 --- a/home/dot_bashrc +++ b/home/dot_bashrc @@ -48,7 +48,6 @@ esac ### History export HISTFILE="$XDG_STATE_HOME/bash/history" -[ ! -d "$HISTFILE" ] || rm -rf "$HISTFILE" ### Bash Initialization Hooks if [ "$BASH_SUPPORT" = 'true' ]; then