summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-06-11 23:07:29 +0200
committerBotond Hende <nettingman@gmail.com>2024-06-11 23:07:29 +0200
commit27e7c8e9200a08cf1882b27d1a52b0e76229c5bf (patch)
tree3670f7d74f8cb41aa1d2fffdba92fd40ab7b3b82
parent38be521b082aa02a29bad06d9610814b71e80e4d (diff)
added zsh cache dir creation to deploy config
-rwxr-xr-xdeploy_configs2
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy_configs b/deploy_configs
index 5a8749d..abc775c 100755
--- a/deploy_configs
+++ b/deploy_configs
@@ -57,6 +57,8 @@ while read line; do
fi
done < <(find "$dummy_home" -type f)
+mkdir -p "$HOME"/.cache/zsh
+
echo
echo ===============================
echo Deploy finished.