From 6ed178446e64699f3c02811347411ef3652ac858 Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Tue, 3 Nov 2015 12:38:15 -0500 Subject: [PATCH] add `AUTO_CD` to envvars docs --- docs/envvars.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/envvars.rst b/docs/envvars.rst index dec705d43..d1f2299bc 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -16,9 +16,12 @@ applicable. * - ANSICON - No default set - 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 - ``False`` - - Flag for automatically pushing directorties onto the directory stack. + - Flag for automatically pushing directories onto the directory stack. * - AUTO_SUGGEST - ``True`` - Enable automatic command suggestions based on history (like in fish shell).