Additional installs for work
This commit is contained in:
parent
b1f33b7acb
commit
c7543de2b0
3 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue