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
|
Brewfile
|
||||||
.bash_logout
|
.bash_logout
|
||||||
.bash_profile
|
.bash_profile
|
||||||
|
.bash_sessions/
|
||||||
.cargo
|
.cargo
|
||||||
.fzf.bash
|
.fzf.bash
|
||||||
.fzf.zsh
|
.fzf.zsh
|
||||||
|
@ -20,6 +21,7 @@ Brewfile
|
||||||
.java/
|
.java/
|
||||||
.krew
|
.krew
|
||||||
.lesshst
|
.lesshst
|
||||||
|
.localized
|
||||||
.m2
|
.m2
|
||||||
.npm/
|
.npm/
|
||||||
.npmrc
|
.npmrc
|
||||||
|
|
|
@ -37,3 +37,6 @@ export PATH="$VOLTA_HOME/bin:$PATH"
|
||||||
|
|
||||||
### Ensure ~/.local/bin in PATH
|
### Ensure ~/.local/bin in PATH
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
|
||||||
|
### Remove ~/.bash_sessions
|
||||||
|
export HISTFILE="$XDG_STATE_HOME/bash/history"
|
||||||
|
|
|
@ -48,7 +48,6 @@ esac
|
||||||
|
|
||||||
### History
|
### History
|
||||||
export HISTFILE="$XDG_STATE_HOME/bash/history"
|
export HISTFILE="$XDG_STATE_HOME/bash/history"
|
||||||
[ ! -d "$HISTFILE" ] || rm -rf "$HISTFILE"
|
|
||||||
|
|
||||||
### Bash Initialization Hooks
|
### Bash Initialization Hooks
|
||||||
if [ "$BASH_SUPPORT" = 'true' ]; then
|
if [ "$BASH_SUPPORT" = 'true' ]; then
|
||||||
|
|
Loading…
Reference in a new issue