Cache on tmpfs, second approach.

This commit is contained in:
Bartek Stalewski 2022-05-15 17:17:37 +02:00
parent fb95df00b8
commit 32a89b5a09
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,4 @@
[ ! -L ~/.cache ] && { rm -rf ~/.cache; mkdir -p $XDG_CACHE_HOME; ln -sf $XDG_CACHE_HOME ~/.cache ; }
# global exports and options
[ $(command -v vivid) ] && export LS_COLORS=$(vivid generate molokai) || unset LS_COLORS
export HISTSIZE=10000