mirror of
https://github.com/NuschtOS/search.git
synced 2024-11-23 03:49:06 +01:00
9 lines
215 B
Bash
9 lines
215 B
Bash
#!/usr/bin/env bash
|
|
|
|
if type -P lorri &>/dev/null; then
|
|
eval "$(lorri direnv)"
|
|
else
|
|
echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]'
|
|
use nix
|
|
fi
|