Skip to content

Commit 3aa1b24

Browse files
author
joshua
committed
add direnv plugin
1 parent d2a7789 commit 3aa1b24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
if $(direnv &>/dev/null); then
2+
eval "$(direnv hook zsh)"
3+
fi

0 commit comments

Comments
 (0)