Move everything possible into XDG directories
With the help of xdg-ninja (https://github.com/b3nj5m1n/xdg-ninja) we move all kinds of config/cache files into the XDG directories
This commit is contained in:
parent
7ceed45a28
commit
13b8724696
27 changed files with 131 additions and 42 deletions
2
.bashrc
2
.bashrc
|
|
@ -40,7 +40,7 @@ shopt -s checkwinsize
|
|||
|
||||
# Set these environment variables here (and not in ~/.profile)
|
||||
# due to conflict/overlap with zsh
|
||||
export HISTFILE="$HOME/.bash_history"
|
||||
export HISTFILE="$XDG_STATE_HOME/bash/history"
|
||||
export HISTSIZE=999999 # number of lines kept in memory
|
||||
export HISTFILESIZE=999999 # number of lines kept in $HISTFILE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue