Fix env-paths and add XDG_STATE_HOME
This commit is contained in:
parent
88767dd191
commit
b75e692b60
6 changed files with 14 additions and 3 deletions
2
.bashrc
2
.bashrc
|
@ -88,7 +88,7 @@ source "$OSH/oh-my-bash.sh"
|
|||
HISTCONTROL=ignoreboth
|
||||
export SAVEHIST=1000000
|
||||
export HISTSIZE=1000000
|
||||
export HISTFILE="$HOME/.cache/bash_history"
|
||||
export HISTFILE="$XDG_STATE_HOME/bash_history"
|
||||
shopt -s histappend
|
||||
shopt -s checkwinsize
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue