From 2584481d7f2cf3c8a39918d74cfb41274d9e2bd8 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sat, 6 Jun 2015 16:24:41 +0100 Subject: Delete --verbose for rm for tidy output --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 89da167..1df41e3 100755 --- a/install.sh +++ b/install.sh @@ -148,7 +148,8 @@ function install_dotfiles { function clean { echo -e "\n*** \e[1mCleaning repositories\e[0m ***" for repo in "${!repodirs[@]}"; do - rm -rfv ${repodirs[$repo]} + echo "Cleaning $repo in ${repodirs[$repo]}" + rm -rf ${repodirs[$repo]} done echo -e "\n*** \e[1mCleaning dotfiles\e[0m ***" -- cgit v1.2.3