Add requirements to README

Zsh version 4.3.10 introduced the `:a` and `:A` modifiers that are used.

[ci skip]
This commit is contained in:
Daniel Hahler 2017-12-15 23:34:53 +01:00
parent f9112d7459
commit 016426207c
1 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,10 @@ typically used in project root directories.
It handles "enter" and leave" events, nesting, and stashing of It handles "enter" and leave" events, nesting, and stashing of
variables (overwriting and restoring). variables (overwriting and restoring).
## Requirements
- Zsh version 4.3.10 or later.
## Features ## Features
- Support for enter and leave events, which can use the same file. - Support for enter and leave events, which can use the same file.
@ -17,7 +21,7 @@ variables (overwriting and restoring).
unknown `.autoenv.zsh` file, and remembers whitelisted files by their unknown `.autoenv.zsh` file, and remembers whitelisted files by their
hashed content. hashed content.
- Test suite. - Test suite.
- Written in Zsh. - Written in/for Zsh.
### Variable stashing ### Variable stashing