Kitty
This commit is contained in:
6
.zshrc
6
.zshrc
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user