mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
add AUTO_CD
to envvars docs
This commit is contained in:
parent
6b0aee3c8d
commit
6ed178446e
1 changed files with 4 additions and 1 deletions
|
@ -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).
|
||||||
|
|
Loading…
Add table
Reference in a new issue