Files
dotfiles/zsh/direnv.zsh
Jim Myhrberg 90554015b7 chore(zsh): install rbenv, pyenv and nodenv with zinit instead of brew
Main benefit is that these tools will now auto-install correctly on
Linux systems too.
2020-09-25 21:13:34 +01:00

9 lines
205 B
Bash

#
# direnv setup
#
zinit ice wait lucid from'gh-r' as'program' mv'direnv* -> direnv' \
atclone'./direnv hook zsh > zhook.zsh' atpull'%atclone' \
pick'direnv' src='zhook.zsh'
zinit light direnv/direnv