From: Arash Rouhani Date: Wed, 6 May 2015 19:24:28 +0000 (+0200) Subject: Merge pull request #27 from blueyed/add-doc X-Git-Url: http://www.git.stargrave.org/?p=zsh-autoenv.git;a=commitdiff_plain;h=928a945e990dc5a67396c0f868c609c46ab11eae Merge pull request #27 from blueyed/add-doc Huge update of the README (finally) --- 928a945e990dc5a67396c0f868c609c46ab11eae diff --cc autoenv.zsh index d35b344,1debfef..aa44141 --- a/autoenv.zsh +++ b/autoenv.zsh @@@ -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"