Fix path order

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2024-08-20 20:03:24 +01:00
parent d501fc75d0
commit c305a854eb
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
2 changed files with 2 additions and 2 deletions

View File

@ -63,4 +63,4 @@
[pull]
rebase = false
[gpg]
program = /opt/homebrew/bin//gpg
program = /opt/homebrew/bin/gpg

View File

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