Moving /tmp/f-cache out from tmpfs.
This commit is contained in:
parent
d64b346014
commit
0f37d04702
2 changed files with 3 additions and 4 deletions
|
|
@ -1,8 +1,7 @@
|
|||
# prepare directories
|
||||
if [[ ! -L ~/.cache ]]; then
|
||||
rm -rf ~/.cache
|
||||
if [[ -L $XDG_CACHE_HOME ]]; then
|
||||
rm -rf $XDG_CACHE_HOME
|
||||
mkdir -p $XDG_CACHE_HOME
|
||||
ln -sf $XDG_CACHE_HOME ~/.cache
|
||||
fi
|
||||
mkdir -p $XDG_DATA_HOME/zsh
|
||||
mkdir -p $XDG_CACHE_HOME/zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue