aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-11-13 07:55:49 -0300
committerEuAndreh <eu@euandre.org>2023-11-13 07:55:49 -0300
commitf9a2b2f30eb096818324500c402bb9091ad44a5b (patch)
tree4b7bf0403ddd931e119482cc30692964db730840
parentetc/sh/rc: Add $HOME/.nix-profile as prefix (diff)
downloaddotfiles-f9a2b2f30eb096818324500c402bb9091ad44a5b.tar.gz
dotfiles-f9a2b2f30eb096818324500c402bb9091ad44a5b.tar.xz
etc/sh/rc: Always "direnv allow" in rr() without checking
-rw-r--r--etc/sh/rc4
1 files changed, 1 insertions, 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() {