# Rensa Direnv Integration ## Usage ```console direnv fetchurl https://gitlab.com/rensa-nix/direnv/-/raw/main/direnvrc ``` `.envrc`: ```bash source $(fetchurl https://gitlab.com/rensa-nix/direnv/-/raw/main/direnvrc ) use envreload //repo/shells/default ``` ## Formatting & Linting ```sh shfmt -w -i 2 direnvrc shellcheck direnvrc ```