mirror of
https://github.com/adusak/bitbucket-git-helpers.plugin.zsh.git
synced 2026-01-11 19:30:23 +01: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
|
||||
PLUGIN_D=$(dirname "$0")
|
||||
export PATH="${PATH}:${PLUGIN_D}/bin"
|
||||
export PATH="${PLUGIN_D}/bin:${PATH}"
|
||||
|
||||
Reference in New Issue
Block a user