0.2.1: improved compatibility
This release adds support for 3 more shells:
- zsh
- rc
- es
ZSH
support is added via the default hook (the hook installed via eval "$(dirp hook)"
).
rc
and es
are Plan 9 shells, and support was tested by using free/open source re-implementations.
The es
hook is based mainly on the rc
hook, and differs mainly in the control structure (uses {}
instead of ()
).