dotfiles/shell/direnv.sh

6 lines
91 B
Bash
Raw Permalink Normal View History

2021-01-06 18:05:27 +01:00
#!/usr/bin/env bash
if command -v direnv >/dev/null; then
eval "$(direnv hook bash)"
fi