Files
dotfiles/dot_bash_it/plugins/available/direnv.plugin.bash
2022-05-05 22:20:02 +02:00

8 lines
175 B
Bash

# 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