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 ;;