diff --git a/scripts/cleanup.sh b/scripts/cleanup.sh index 801bcc5..6b68540 100644 --- a/scripts/cleanup.sh +++ b/scripts/cleanup.sh @@ -9,10 +9,10 @@ generator="$HOME/.config/nvim/bin/generator" action "Running Clean up..." running "Remove the .thinkvim.d folder" -rm -rf thinkvim_personal +rm -rf $thinkvim_personal running "Remove the plugins install folder" -rm -rf cache_vim +rm -rf $cache_vim ok "===> Clean up Success"