Prepend ourself to $PATH instead of append

This commit is contained in:
Joe Block
2016-07-12 13:34:48 -05:00
parent c200ec9190
commit 245c776755

View File

@@ -16,4 +16,4 @@
# Add our plugin's bin diretory to user's path
PLUGIN_D=$(dirname "$0")
export PATH="${PATH}:${PLUGIN_D}/bin"
export PATH="${PLUGIN_D}/bin:${PATH}"