From 1ced2a51864c0a1402267a08f88a142109a4391a Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 19 May 2019 13:38:11 +0200 Subject: zshrc: added location to cache folder --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zshrc b/zshrc index 1f168d4..2f4a5fb 100644 --- a/zshrc +++ b/zshrc @@ -1,6 +1,10 @@ # dotfiles -- zshrc # author: johannst + +ZDOTDIR=$HOME/.cache/zsh +[[ ! -d $ZDOTDIR ]] && mkdir -p $ZDOTDIR + # zshPlug -- simple GitHub plugin installer # $1: [req] github repository -- cgit v1.2.3