X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/7fdbf6d86aa768799f715539065e1ebc31a16be2..8cbd4ff09c6ad07aff34ceddcf37f6b74148a943:/runcoms/zshrc diff --git a/runcoms/zshrc b/runcoms/zshrc index af64bbe..9f53b8b 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -45,7 +45,7 @@ export VISUAL="vim" export VIRTUAL_ENV_DISABLE_PROMPT=1 export WORKON_HOME=$HOME/.virtualenvs export PROJECT_HOME=$HOME/Projects -export VIRTUALENVWRAPPER_PYTHON="/usr/local/bin/python" +export VIRTUALENVWRAPPER_PYTHON="/usr/local/bin/python3" # GPG export GPG_TTY=$(tty) @@ -54,6 +54,9 @@ export GPG_TTY=$(tty) export FZF_DEFAULT_COMMAND='/usr/local/bin/rg --color never --files --hidden -g \!.git' export FZF_DEFAULT_OPTS='--preview ''bat --style=numbers --color=always {} | head -500''' +# Z +. /usr/local/etc/profile.d/z.sh + ################################################################################ # SECRET ENV VARS!! ################################################################################ @@ -69,3 +72,6 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zshrc.local" ]]; then fi eval $(/usr/libexec/path_helper -s) + +# ASDF +. $(brew --prefix asdf)/asdf.sh