]> arthur.barton.de Git - ax-zsh.git/commitdiff
install.sh: export AXZSH variable
authorAlexander Barton <alex@barton.de>
Thu, 30 Jul 2015 14:32:40 +0000 (16:32 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 30 Jul 2015 14:32:40 +0000 (16:32 +0200)
install.sh

index bbf1c1f0c718c1729310799a74c37dd2ea0d22ab..2572990f3efb8ec780fa447f48d1c60f3158969a 100755 (executable)
@@ -15,6 +15,7 @@ safe_rm() {
 umask 027
 
 [ -n "$AXZSH" ] || AXZSH="$HOME/.axzsh"
+export AXZSH
 
 echo "* Installing AX-ZSH into \"$AXZSH\" ..."