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"