mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 04:58:21 +00:00
8 lines
103 B
Bash
8 lines
103 B
Bash
if type lorri &>/dev/null
|
|
then
|
|
echo "direnv: using lorri"
|
|
eval "$(lorri direnv)"
|
|
else
|
|
use nix
|
|
fi
|