          MODULE=autoenv_fish
         VERSION=0.2.0
          SOURCE=${MODULE}-${VERSION}.tar.gz
 SOURCE_URL_FULL=https://github.com/loopbit/autoenv_fish/archive/${VERSION}.tar.gz
      SOURCE_VFY=sha256:96204c755beb7a57235049c5c449d74763930223e97c8d969df5bb18641456a2
        WEB_SITE=https://github.com/loopbit/autoenv_fish/
         ENTERED=20200523
         UPDATED=20200523
           SHORT="Directory based enviroments for fish shell"

cat << EOF
Autoenv magic for fish shell!
If a directory contains a .env file, it will automatically be executed when
you cd into it. When enabled (set AUTOENV_ENABLE_LEAVE to a non-null string),
if a directory contains a .env.leave file, it will automatically be executed
when you leave it.
This is great for:
  auto-activating virtualenvs
  auto-deactivating virtualenvs
  project-specific environment variables
  making millions.
EOF
