We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$PATH
1 parent f11ff5a commit 7b800bcCopy full SHA for 7b800bc
git-open.plugin.zsh
@@ -3,4 +3,4 @@
3
# Make git-open easy to install and keep up to date if you're using a
4
# ZSH framework like Zgen or Antigen
5
6
- export PATH=${PATH}:$(dirname $0)
+ export PATH=$(dirname $0):${PATH}
0 commit comments