Add autoenv support #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add zsh-autoenv like functionality.
It should support both
.enter
and.exit
scripts.Nesting of
.enter
scripts should be considered, is the extra complexity worthit?
Use the
chpwd
hook to register a handler. In the handler do the following:.enter
entries$PWD
is a not a subdirectory of the previous entry?source .exit
.enter
file.enter
file does not exists?return
.enter
file?return
.enter
file is not authorized?return
source .enter