I'm tired of puthing cache each reboot.
This commit is contained in:
parent
6fad478a50
commit
9729aa0c3f
2 changed files with 1 additions and 2 deletions
|
@ -38,7 +38,7 @@ echo "skip_global_compinit=1" > $HOME/.zshenv
|
|||
echo "export XDG_DATA_HOME=$HOME/.local/share" >> $HOME/.zshenv
|
||||
case $(uname -s) in
|
||||
Darwin) echo "export XDG_CACHE_HOME=$HOME/Library/Caches" >> $HOME/.zshenv;;
|
||||
Linux) echo 'export XDG_CACHE_HOME=/tmp/.${USER}-cache' >> $HOME/.zshenv;;
|
||||
Linux) echo "export XDG_CACHE_HOME=$HOME/.cache" >> $HOME/.zshenv;;
|
||||
esac
|
||||
echo "export XDG_CONFIG_HOME=$HOME/.config" >> $HOME/.zshenv
|
||||
echo "export ZDOTDIR=$HOME/.config/zsh" >> $HOME/.zshenv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue