diff options
Diffstat (limited to 'run_clear_zsh_temp.sh')
-rw-r--r-- | run_clear_zsh_temp.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/run_clear_zsh_temp.sh b/run_clear_zsh_temp.sh new file mode 100644 index 0000000..400246a --- /dev/null +++ b/run_clear_zsh_temp.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +set -e + +rm -rf ~/.cache/zinit +rm -rf ~/.cache/zsh +rm -rf ~/.cache/p10k-* +rm -f ~/.cache/zcompdump* |