dotfiles/shell/direnv.sh
2021-01-06 18:05:27 +01:00

5 lines
91 B
Bash
Executable file

#!/usr/bin/env bash
if command -v direnv >/dev/null; then
eval "$(direnv hook bash)"
fi