From c305a854ebe9a16d5b81ff1e87ed76e48301abb1 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Tue, 20 Aug 2024 20:03:24 +0100 Subject: [PATCH] Fix path order Signed-off-by: Marcus Noble --- home/.gitconfig | 2 +- home/.zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.gitconfig b/home/.gitconfig index d84b129..19f0af7 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -63,4 +63,4 @@ [pull] rebase = false [gpg] - program = /opt/homebrew/bin//gpg + program = /opt/homebrew/bin/gpg diff --git a/home/.zshrc b/home/.zshrc index 548553e..a7f7d26 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -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"