From 39d2d7c3978b56938ce2e677db87837e83cb7e04 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Wed, 11 Oct 2023 09:17:22 +0200 Subject: [PATCH] zsh: fix zsh cache directory --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 12b4155..36ea2d0 100755 --- a/install.sh +++ b/install.sh @@ -127,7 +127,7 @@ execute() { heading 'create required directories' make_dir "$DESTDIR/.ssh/" - make_dir "$DESTDIR/.local/cache/zsh/" + make_dir "$DESTDIR/.cache/zsh/" make_dir "$DESTDIR/.local/etc/git/" make_dir "$DESTDIR/.local/share/less/" make_dir "$DESTDIR/.local/share/python/"