Use -f instead of -e option for readlink to

Fixed #38
pull/40/head
Michael Robinson 11 years ago
parent d76af3c076
commit 89b85d88cc

@ -8,7 +8,7 @@ if [ ! -r ~/.zshrc ]; then
exit 1
fi
DIR=$(dirname $(readlink -e $0)) ;
DIR=$(dirname $(readlink -f $0)) ;
# appends the string to ~/.zshrc file
cat >> ~/.zshrc << EOF

Loading…
Cancel
Save