New location of cache dir

This commit is contained in:
Bartek Stalewski 2020-12-06 15:07:55 +01:00
parent d4a82e0538
commit c510f806db

View File

@ -26,7 +26,8 @@ ln -sf ~/.dotfiles/tmux ~/.config/
## zsh
echo "skip_global_compinit=1" > ~/.zshenv
echo "export XDG_CONFIG_HOME=~/.config" >> ~/.zshenv
echo "export XDG_DATA_HOME=~/.cache" >> ~/.zshenv
echo "export XDG_DATA_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
git clone https://github.com/zsh-users/zsh-autosuggestions.git ~/.config/zsh/plugins/zsh-autosuggestions