Skip to content

Commit

Permalink
⚙️ Updates exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Dec 24, 2023
1 parent 6c9815a commit 5346a28
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions home/.bash_exports
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ export GIT_PS1_SHOWUNTRACKEDFILES=true
# golang settings #
###################

# export GOPATH="${HOME}/golang"
# export GOROOT=/usr/local/opt/go/libexec
# PATH="${PATH}:$GOPATH/bin"
# PATH="${PATH}:$GOROOT/bin"
export GOPATH="${HOME}/golang"
export GOROOT=/usr/local/opt/go/libexec

PATH="${PATH}:$GOPATH/bin"
PATH="${PATH}:$GOROOT/bin"

###################
# python settings #
Expand All @@ -86,20 +87,23 @@ PATH="${PATH}:${HOME}/.local/bin"

export PYENV_ROOT="${HOME}/.pyenv"
export PYENV_VIRTUALENVWRAPPER_PREFER_PYVENV="true"

PATH="${PATH}:${PYENV_ROOT}/bin"

#########################
# ruby / rbenv settings #
#########################

export RBENV_ROOT="$(brew --prefix ruby)"

PATH="${PATH}:$(brew --prefix ruby)/bin"

################
# rust / cargo #
################

export CARGO_ROOT="${HOME}/.cargo"

PATH="${PATH}:${CARGO_ROOT}/bin"

################
Expand Down

0 comments on commit 5346a28

Please sign in to comment.