Switch to prepending ourself to $PATH

This commit is contained in:
Joe Block 2016-07-11 16:44:10 -07:00
parent f11ff5a7ec
commit 7b800bcbc0

View file

@ -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}