]> Sergey Matveev's repositories - zsh-autoenv.git/blobdiff - autoenv.zsh
Huge update of the README (finally)
[zsh-autoenv.git] / autoenv.zsh
index d3f0f2efb9c19f74d573f558214a31473f4d76a6..1debfefe203e604c4b9ab49e6a3eefcc68b860bb 100644 (file)
@@ -4,14 +4,14 @@
 # File to store confirmed authentication into.
 : ${AUTOENV_ENV_FILENAME:=~/.env_auth}
 
-# Name of file to look for when entering directories.
+# Name of the file to look for when entering directories.
 : ${AUTOENV_FILE_ENTER:=.env}
 
-# Name of file to look for when leaving directories.
+# Name of the file to look for when leaving directories.
 # Requires AUTOENV_HANDLE_LEAVE=1.
 : ${AUTOENV_FILE_LEAVE:=.env.leave}
 
-# Look for .env in parent dirs?
+# Look for .env files in parent dirs?
 : ${AUTOENV_LOOK_UPWARDS:=1}
 
 # Handle leave events when changing away from a subtree, where an "enter"