From fd227c810c1b6a7372e301e81892858a6f6aef32 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 28 Mar 2026 14:58:23 -0700 Subject: [PATCH] Add verbosity to deleting shared env. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 06e9bd3..4ea7339 100644 --- a/setup.sh +++ b/setup.sh @@ -98,7 +98,7 @@ if [[ ! -d ~/bin ]]; then mkdir -pv ~/bin fi cp -v ~/$env_shared_dir/bin-shared/* ~/bin/ -mv ~/$env_shared_dir ~/TRASH/$env_shared_dir-"`date "+%Y%m%d-%H%M%S"`" +mv -v ~/$env_shared_dir ~/TRASH/$env_shared_dir-"`date "+%Y%m%d-%H%M%S"`" echo -e "\n`date` - Cleanup"