diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-06-24 15:32:23 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-06-24 15:32:23 +0200 |
| commit | fab93d61dc5d1cb52f6e3e83a99fc0aeaa2cb29a (patch) | |
| tree | c07df4b0c0b5a0237bde4e74243dd3eb11d87844 /runcoms/zshrc | |
| parent | aa942a2d6309db1a76a35444e3beaf3a027e4422 (diff) | |
Add asdf config
Diffstat (limited to 'runcoms/zshrc')
| -rw-r--r-- | runcoms/zshrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runcoms/zshrc b/runcoms/zshrc index d59c6b9..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) @@ -72,3 +72,6 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zshrc.local" ]]; then fi eval $(/usr/libexec/path_helper -s) + +# ASDF +. $(brew --prefix asdf)/asdf.sh |