diff options
-rwxr-xr-x | deploy_configs | 2 |
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. |