Commit 57ea5a8fc0a72aa5e6f024780a6a2e74a0bca591

Authored by mj
1 parent ec787c80f5
Exists in master and in 2 other branches 02-merge, dev

more cleaning

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

... ... @@ -14,6 +14,9 @@ fi
14 14  
15 15 echo "\033[0;34mCleaning...\033[0m"
16 16 if [ -d ~/.config ]; then
  17 + if [ -d ~/.config/zsh-config ]; then
  18 + rm -rf ~/.config/zsh-config
  19 + fi
17 20 if [ -d ~/.config/oh-my-zsh ]; then
18 21 rm -rf ~/.config/oh-my-zsh
19 22 fi