feat(zsh): add hooks for direnv
This commit is contained in:
parent
12e57c8409
commit
43b8f5ed97
1 changed files with 9 additions and 0 deletions
9
zsh/.config/zsh/source/direnv.zsh
Normal file
9
zsh/.config/zsh/source/direnv.zsh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#
|
||||
# direnv
|
||||
#
|
||||
|
||||
if command -v direnv &> /dev/null; then
|
||||
eval "$(direnv hook zsh)"
|
||||
fi
|
||||
|
||||
# vim: ft=zsh expandtab tabstop=2 shiftwidth=2
|
Loading…
Reference in a new issue