Removed some dot files
This commit is contained in:
parent
62023d1c7f
commit
74938d3cac
3 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue