Skip to content

Commit 7b800bc

Browse files
committed
Switch to prepending ourself to $PATH
1 parent f11ff5a commit 7b800bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-open.plugin.zsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Make git-open easy to install and keep up to date if you're using a
44
# ZSH framework like Zgen or Antigen
55

6-
export PATH=${PATH}:$(dirname $0)
6+
export PATH=$(dirname $0):${PATH}

0 commit comments

Comments
 (0)