Additional installs for work

This commit is contained in:
Andrew Tomaka 2023-01-06 09:11:37 -05:00
parent b1f33b7acb
commit c7543de2b0
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
3 changed files with 10 additions and 2 deletions

View file

@ -34,6 +34,11 @@ if which nodenv > /dev/null; then
(nodenv rehash &) 2> /dev/null
fi
if which pyenv > /dev/null; then
eval "$(pyenv init --no-rehash -)"
(pyenv rehash &) 2> /dev/null
fi
autoload compinit -Uz
setopt EXTENDEDGLOB
if [[ -n ${ZDOTDIR}/.zcompdump(#qN.m+1) ]]; then