7 lines
171 B
Bash
7 lines
171 B
Bash
if type lorri &>/dev/null; then
|
|
# https://github.com/target/lorri
|
|
eval "$(lorri direnv)"
|
|
else
|
|
# fall back to using direnv's builtin nix support
|
|
use nix
|
|
fi
|