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