From: Daniel Hahler Date: Fri, 15 Dec 2017 22:34:53 +0000 (+0100) Subject: Add requirements to README X-Git-Url: http://www.git.stargrave.org/?p=zsh-autoenv.git;a=commitdiff_plain;h=016426207c4dab12684000fd3785ac79c3ba7beb Add requirements to README Zsh version 4.3.10 introduced the `:a` and `:A` modifiers that are used. [ci skip] --- diff --git a/README.md b/README.md index 1f2800e..c49e66f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ typically used in project root directories. It handles "enter" and leave" events, nesting, and stashing of variables (overwriting and restoring). +## Requirements + +- Zsh version 4.3.10 or later. + ## Features - 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 hashed content. - Test suite. -- Written in Zsh. +- Written in/for Zsh. ### Variable stashing