Skip to content

0.2.1: improved compatibility

Compare
Choose a tag to compare
@avindra avindra released this 28 Jan 01:53
· 7 commits to src since this release

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 ()).