mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:26:39 +00:00
Main benefit is that these tools will now auto-install correctly on Linux systems too.
9 lines
205 B
Bash
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
|