]> Sergey Matveev's repositories - zsh-autoenv.git/blobdiff - README.md
Add autoenv-edit function to edit current env files (#68)
[zsh-autoenv.git] / README.md
index e6cbaf7594ab577b8d3ff62ecb3022d884da538b..fc86547bfda26fad387928b6203e8626940abf37 100644 (file)
--- a/README.md
+++ b/README.md
@@ -135,6 +135,13 @@ Enable debugging. Multiple levels are supported (max 2).
 
 Default: `0`
 
+## Usage
+
+zsh-autoenv works automatically once installed.
+
+You can use ``autoenv-edit`` to edit the nearest/current autoenv files.
+It will use ``$AUTOENV_EDITOR``, ``$EDITOR``, or ``vim`` for editing.
+
 ## Recipes
 
 ### Automatically activate Python virtualenvs