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