Merge pull request #1108 from wendorf/direnv-plugin

Add direnv plugin
This commit is contained in:
Nils Winkler
2017-12-11 08:44:06 +01:00
committed by GitHub

View File

@@ -0,0 +1,4 @@
cite about-plugin
about-plugin 'load direnv, if you are using it: https://direnv.net/'
[ -x "$(which direnv)" ] && eval "$(direnv hook bash)"