Removed some dot files

This commit is contained in:
Brian Zalewski 2023-11-05 04:21:27 +00:00
parent 62023d1c7f
commit 74938d3cac
3 changed files with 5 additions and 1 deletions

View file

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

View file

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

View file

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