]> arthur.barton.de Git - ax-zsh.git/commitdiff
install.sh: Show information about the destination directory
authorAlexander Barton <alex@barton.de>
Thu, 30 Jul 2015 14:23:06 +0000 (16:23 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 30 Jul 2015 14:23:06 +0000 (16:23 +0200)
install.sh

index b87b85546d6d58a3dd5a9b1d5b2dc8b66c4ac18b..5a57c9baded067189fe667c33adc9add42e8df86 100755 (executable)
@@ -16,6 +16,8 @@ umask 027
 
 [ -n "$AXZSH" ] || AXZSH="$HOME/.axzsh"
 
+echo "* Installing AX-ZSH into \"$AXZSH\" ..."
+
 safe_rm "$AXZSH" || exit 1
 ln -sv "$PWD" "$AXZSH" || exit 1