Cache on tmpfs, second approach.
This commit is contained in:
parent
fb95df00b8
commit
32a89b5a09
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue