mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-12 20:20:59 +02:00
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:
parent
f9112d7459
commit
016426207c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user