add bash-it
This commit is contained in:
7
dot_bash_it/plugins/available/direnv.plugin.bash
Normal file
7
dot_bash_it/plugins/available/direnv.plugin.bash
Normal file
@@ -0,0 +1,7 @@
|
||||
# shellcheck shell=bash
|
||||
cite about-plugin
|
||||
about-plugin 'load direnv, if you are using it: https://direnv.net/'
|
||||
|
||||
if _command_exists direnv; then
|
||||
eval "$(direnv hook bash)"
|
||||
fi
|
||||
Reference in New Issue
Block a user