]> Sergey Matveev's repositories - zsh-autoenv.git/commitdiff
Merge pull request #27 from blueyed/add-doc
authorArash Rouhani <miffoljud@gmail.com>
Wed, 6 May 2015 19:24:28 +0000 (21:24 +0200)
committerArash Rouhani <miffoljud@gmail.com>
Wed, 6 May 2015 19:24:28 +0000 (21:24 +0200)
Huge update of the README (finally)

1  2 
autoenv.zsh

diff --cc autoenv.zsh
index d35b344d16f1efe3e49cfe5a266cf488d3e65f39,1debfefe203e604c4b9ab49e6a3eefcc68b860bb..aa4414125baffc896634f9b0ee6f2b6986ba19ab
@@@ -4,14 -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}
 +: ${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"