mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 00:41:00 +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
|
||||
- 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).
|
||||
|
|
Loading…
Add table
Reference in a new issue