Don't edit an autoenv on init

This commit is contained in:
Kenneth Benzie 2024-05-06 21:52:05 +01:00
parent 96a1272506
commit 52a9552bf7

View File

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