From 94c6b416dddd7b288c57baa8849feda4a8d34d58 Mon Sep 17 00:00:00 2001 From: dcarrillo Date: Fri, 4 Oct 2019 19:17:27 +0200 Subject: [PATCH] Make install.sh verbose --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 09fa0e5..b477216 100755 --- a/install.sh +++ b/install.sh @@ -12,7 +12,7 @@ function dotfiles() --exclude "install.sh" \ --exclude "LICENSE" \ --exclude "README.md" \ - -hla --no-perms . ~ + -hlav --no-perms . ~ echo "" }