From f9a2b2f30eb096818324500c402bb9091ad44a5b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 13 Nov 2023 07:55:49 -0300 Subject: etc/sh/rc: Always "direnv allow" in rr() without checking --- etc/sh/rc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/etc/sh/rc b/etc/sh/rc index 7ca88d7..8abef18 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -427,9 +427,7 @@ r() { rr() { r - if [ -e .envrc ]; then - direnv allow - fi + direnv allow } _edit_without_executing() { -- cgit v1.2.3