.envrc 166 B

1234567
  1. # shellcheck shell=bash
  2. if command -v lorri >& /dev/null; then
  3. eval "$(lorri direnv)"
  4. else
  5. echo 'Could not find lorri during direnv evaluation' 1>&2
  6. use nix
  7. fi