From 52a9552bf7a7b7ae3d7957838afccb91735e26ee Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 6 May 2024 21:52:05 +0100 Subject: [PATCH] Don't edit an autoenv on init --- autoenv/autoenv.zsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/autoenv/autoenv.zsh b/autoenv/autoenv.zsh index b03756e..1a0c302 100644 --- a/autoenv/autoenv.zsh +++ b/autoenv/autoenv.zsh @@ -36,8 +36,6 @@ commands: [ -f $PWD/.enter ] && _autoenv_authorized $PWD/.enter yes # If exit script exists, authorize it. [ -f $PWD/.exit ] && _autoenv_authorized $PWD/.exit yes - # Edit the autoenv. - autoenv edit # Enter the autoenv. _autoenv_enter $PWD ;;