5 lines
87 B
Bash
5 lines
87 B
Bash
if command -v lorri >/dev/null 2>&1; then
|
|
eval "$(lorri direnv)"
|
|
else
|
|
use flake
|
|
fi
|