fix(tmux): fix order of path exports

This commit is contained in:
2025-06-30 08:28:17 +01:00
parent 454a135b2b
commit 3f6eee04e6

View File

@@ -45,10 +45,10 @@ export GOBIN="$GOPATH/bin"
# OS-specific exports
if [[ $(uname) == "Darwin" ]]; then
prepend_path PATH "/opt/homebrew/bin"
export JAVA_HOME=$(/usr/libexec/java_home)
export GEM_HOME=$HOME/.gem
export GOROOT=$(brew --prefix golang)/libexec
prepend_path PATH "/opt/homebrew/bin"
prepend_path PATH "/opt/homebrew/opt/texlive/bin"
append_path PATH $GEM_HOME/bin
fi