mirror of
https://github.com/adusak/bitbucket-git-helpers.plugin.zsh.git
synced 2026-04-19 15:11:19 +02:00
Prepend ourself to $PATH instead of append
This commit is contained in:
@@ -16,4 +16,4 @@
|
|||||||
|
|
||||||
# Add our plugin's bin diretory to user's path
|
# Add our plugin's bin diretory to user's path
|
||||||
PLUGIN_D=$(dirname "$0")
|
PLUGIN_D=$(dirname "$0")
|
||||||
export PATH="${PATH}:${PLUGIN_D}/bin"
|
export PATH="${PLUGIN_D}/bin:${PATH}"
|
||||||
|
|||||||
Reference in New Issue
Block a user