add AUTO_CD to envvars docs

This commit is contained in:
Gil Forsyth 2015-11-03 12:38:15 -05:00
parent 6b0aee3c8d
commit 6ed178446e

View file

@ -16,9 +16,12 @@ applicable.
* - ANSICON * - ANSICON
- No default set - No default set
- This is used on Windows to set the title, if available. - This is used on Windows to set the title, if available.
* - AUTO_CD
- ``False``
- Flag to enable changing to a directory by entering the dirname or full path only (without the `cd` command)
* - AUTO_PUSHD * - AUTO_PUSHD
- ``False`` - ``False``
- Flag for automatically pushing directorties onto the directory stack. - Flag for automatically pushing directories onto the directory stack.
* - AUTO_SUGGEST * - AUTO_SUGGEST
- ``True`` - ``True``
- Enable automatic command suggestions based on history (like in fish shell). - Enable automatic command suggestions based on history (like in fish shell).