From dc3c34275d698bf6e8ec11c08218b233182148dd Mon Sep 17 00:00:00 2001 From: Antoine Stevan <44101798+amtoine@users.noreply.github.com> Date: Tue, 10 Oct 2023 18:59:20 +0200 Subject: [PATCH] add Direnv to the integrations (#10675) related to - https://github.com/direnv/direnv/pull/1175 # Description this PR adds to the list of integrations of Nushell the new Direnv section introduced in https://github.com/direnv/direnv/pull/1175 :partying_face: # User-Facing Changes # Tests + Formatting # After Submitting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be8fb6cc5a..180362199f 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ Please submit an issue or PR to be added to this list. - [atuin](https://github.com/ellie/atuin) - [clap](https://github.com/clap-rs/clap/tree/master/clap_complete_nushell) - [Dorothy](http://github.com/bevry/dorothy) +- [Direnv](https://github.com/direnv/direnv/blob/master/docs/hook.md#nushell) ## Contributing