Skip to content

Commit

Permalink
🔥 Removes paths managed by mise
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Apr 2, 2024
1 parent d660a75 commit baf72ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 59 deletions.
32 changes: 3 additions & 29 deletions home/.bash_exports
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@ export GIT_PS1_SHOWCOLORHINTS=true
export GIT_PS1_SHOWDIRTYSTATE=true
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"

###################
# python settings #
###################
Expand All @@ -82,26 +72,10 @@ PATH="${PATH}:${HOME}/.local/bin"
# python / pyenv settings #
###########################

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"
# export PYENV_ROOT="${HOME}/.pyenv"
# export PYENV_VIRTUALENVWRAPPER_PREFER_PYVENV="true"

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

#######
# bun #
Expand Down
30 changes: 0 additions & 30 deletions home/.bash_osx
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,6 @@ if command -v starship > /dev/null; then
eval "$(starship init bash)"
fi

#################
# Ruby settings #
#################

if command -v rbenv > /dev/null; then
eval "$(rbenv init -)";
fi

if [[ -s "${HOME}/.rvm/scripts/rvm" ]]; then
# shellcheck source=/dev/null
source "${HOME}/.rvm/scripts/rvm"
fi

###########################
# Python / pyenv settings #
###########################
Expand Down Expand Up @@ -83,23 +70,6 @@ if [ -f "$HB_CNF_HANDLER" ]; then
source "$HB_CNF_HANDLER";
fi

##############################
# mcfly bash history manager #
##############################

# if [[ -f "$(brew --prefix)/opt/mcfly/mcfly.bash" ]]; then
# # shellcheck source=/dev/null
# source "$(brew --prefix)/opt/mcfly/mcfly.bash"
# fi

####################
# thefuck settings #
####################

# if command -v thefuck > /dev/null; then
# eval "$(thefuck --alias)";
# fi

################
# add ssh keys #
################
Expand Down

0 comments on commit baf72ac

Please sign in to comment.