New location of cache dir
This commit is contained in:
parent
c510f806db
commit
7a235a85c2
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ ln -sf ~/.dotfiles/tmux ~/.config/
|
|||
## zsh
|
||||
echo "skip_global_compinit=1" > ~/.zshenv
|
||||
echo "export XDG_CONFIG_HOME=~/.config" >> ~/.zshenv
|
||||
echo "export XDG_DATA_HOME=~/.config/_cache" >> ~/.zshenv
|
||||
echo "export XDG_CACHE_HOME=~/.config/_cache" >> ~/.zshenv
|
||||
echo "export XDG_DATA_HOME=~/.config/_cache" >> ~/.zshenv
|
||||
echo "export ZDOTDIR=~/.config/zsh" >> ~/.zshenv
|
||||
mkdir -p ~/.config/zsh/plugins ~/.config/zsh/themes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue