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]
|
||||
rebase = false
|
||||
[gpg]
|
||||
program = /opt/homebrew/bin//gpg
|
||||
program = /opt/homebrew/bin/gpg
|
||||
|
@ -6,8 +6,8 @@ PATH_DIRS=(
|
||||
"${GOPATH:-${HOME}/goworkspace}/bin"
|
||||
"${HOME}/.cargo/bin"
|
||||
"/home/linuxbrew/.linuxbrew/bin"
|
||||
"${HOME}/Library/Python/3.11/bin"
|
||||
"/opt/homebrew/bin/"
|
||||
"${HOME}/Library/Python/3.11/bin"
|
||||
"/usr/local/bin"
|
||||
"/usr/bin"
|
||||
"/bin"
|
||||
|
Loading…
Reference in New Issue
Block a user