mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
9 lines
186 B
Bash
9 lines
186 B
Bash
#
|
|
# direnv setup
|
|
#
|
|
|
|
zinit from"gh-r" as"program" mv"direnv* -> direnv" \
|
|
atclone'./direnv hook zsh > zhook.zsh' atpull'%atclone' \
|
|
pick"direnv" src="zhook.zsh" for \
|
|
direnv/direnv
|