mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Update xonsh/commands_cache.py
Thanks Co-Authored-By: Gil Forsyth <gforsyth@users.noreply.github.com>
This commit is contained in:
parent
e3a92ee309
commit
e187103ead
1 changed files with 1 additions and 1 deletions
|
@ -512,6 +512,6 @@ def default_threadable_predictors():
|
|||
"yes": predict_false,
|
||||
"zip": predict_true,
|
||||
"zipinfo": predict_true,
|
||||
"zsh": predict_shell
|
||||
"zsh": predict_shell,
|
||||
}
|
||||
return predictors
|
||||
|
|
Loading…
Add table
Reference in a new issue