Skip to content

Using zsh .. instead of cd .. does not trigger .autoenv-leave.zsh #94

@KastanDay

Description

@KastanDay

When exiting a directory containing .autoenv-leave.zsh I often use .. instead of cd .. and this does not trigger .autoenv-leave.zsh on first use. Would be a handy improvement!

Thanks for this great work.

Here are my relevant files:

───────┬────────────────────────────────────────────────────────────────────────
       │ File: .autoenv.zsh
───────┼────────────────────────────────────────────────────────────────────────
   1   │ echo ACTIVATING openai; conda activate openai
───────┴────────────────────────────────────────────────────────────────────────
───────┬────────────────────────────────────────────────────────────────────────
       │ File: .autoenv_leave.zsh
───────┼────────────────────────────────────────────────────────────────────────
   1   │ echo DEACTIVATING openai; conda deactivate
───────┴────────────────────────────────────────────────────────────────────────

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions