mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:46:39 +00:00
feat(env): add direnv shell setup and installation via zinit
This commit is contained in:
8
zsh/direnv.zsh
Normal file
8
zsh/direnv.zsh
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# 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
|
||||
Reference in New Issue
Block a user