fix(tmux): fix order of path exports
This commit is contained in:
parent
454a135b2b
commit
3f6eee04e6
1 changed files with 1 additions and 1 deletions
|
@ -45,10 +45,10 @@ export GOBIN="$GOPATH/bin"
|
||||||
|
|
||||||
# OS-specific exports
|
# OS-specific exports
|
||||||
if [[ $(uname) == "Darwin" ]]; then
|
if [[ $(uname) == "Darwin" ]]; then
|
||||||
|
prepend_path PATH "/opt/homebrew/bin"
|
||||||
export JAVA_HOME=$(/usr/libexec/java_home)
|
export JAVA_HOME=$(/usr/libexec/java_home)
|
||||||
export GEM_HOME=$HOME/.gem
|
export GEM_HOME=$HOME/.gem
|
||||||
export GOROOT=$(brew --prefix golang)/libexec
|
export GOROOT=$(brew --prefix golang)/libexec
|
||||||
prepend_path PATH "/opt/homebrew/bin"
|
|
||||||
prepend_path PATH "/opt/homebrew/opt/texlive/bin"
|
prepend_path PATH "/opt/homebrew/opt/texlive/bin"
|
||||||
append_path PATH $GEM_HOME/bin
|
append_path PATH $GEM_HOME/bin
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue