This website requires JavaScript.
Explore
Help
Sign In
penguincoder
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Pull Requests
Releases
Activity
758c53ae82
dotfiles
/
dot_config
/
bash
/
direnv.sh
4 lines
72 B
Bash
Raw
Blame
History
if
which direnv > /dev/null 2>
&
1
;
then
eval
"
$(
direnv hook bash
)
"
fi
View Git Blame
Copy Permalink