Fix path order
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
d501fc75d0
commit
c305a854eb
@ -63,4 +63,4 @@
|
|||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
[gpg]
|
[gpg]
|
||||||
program = /opt/homebrew/bin//gpg
|
program = /opt/homebrew/bin/gpg
|
||||||
|
@ -6,8 +6,8 @@ PATH_DIRS=(
|
|||||||
"${GOPATH:-${HOME}/goworkspace}/bin"
|
"${GOPATH:-${HOME}/goworkspace}/bin"
|
||||||
"${HOME}/.cargo/bin"
|
"${HOME}/.cargo/bin"
|
||||||
"/home/linuxbrew/.linuxbrew/bin"
|
"/home/linuxbrew/.linuxbrew/bin"
|
||||||
"${HOME}/Library/Python/3.11/bin"
|
|
||||||
"/opt/homebrew/bin/"
|
"/opt/homebrew/bin/"
|
||||||
|
"${HOME}/Library/Python/3.11/bin"
|
||||||
"/usr/local/bin"
|
"/usr/local/bin"
|
||||||
"/usr/bin"
|
"/usr/bin"
|
||||||
"/bin"
|
"/bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user