mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 07:26:15 -04:00
Switch to prepending ourself to $PATH
This commit is contained in:
parent
f11ff5a7ec
commit
7b800bcbc0
|
|
@ -3,4 +3,4 @@
|
|||
# Make git-open easy to install and keep up to date if you're using a
|
||||
# ZSH framework like Zgen or Antigen
|
||||
|
||||
export PATH=${PATH}:$(dirname $0)
|
||||
export PATH=$(dirname $0):${PATH}
|
||||
|
|
|
|||
Loading…
Reference in a new issue