This commit is contained in:
2023-10-25 09:41:58 -06:00
parent abe5339afe
commit 17996f481d
7 changed files with 109 additions and 152 deletions

6
.zshrc
View File

@@ -3,7 +3,7 @@
# Path to your oh-my-zsh installation.
ZSH_DISABLE_COMPFIX=true
export ZSH="/Users/xyvs/.oh-my-zsh"
export ZSH="/Users/fran/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
@@ -121,3 +121,7 @@ export PATH="/usr/local/opt/openjdk/bin:$PATH"
# nvm config
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
export PYENV_ROOT="$HOME/.pyenv"
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
alias brew='env PATH="${PATH//$(pyenv root)\/shims:/}" brew'