mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:06:40 +00:00
9 lines
211 B
Bash
9 lines
211 B
Bash
#
|
|
# direnv setup
|
|
#
|
|
|
|
zinit ice wait lucid from'gh-r' as'program' mv'direnv* -> direnv' \
|
|
atclone'./direnv hook zsh > .zinitrc.zsh' atpull'%atclone' \
|
|
pick'direnv' src='.zinitrc.zsh'
|
|
zinit light direnv/direnv
|