mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
commit
786936e703
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
* less
|
||||
* man
|
||||
* more
|
||||
* mutt
|
||||
* sh
|
||||
* ssh
|
||||
* startx
|
||||
|
|
|
@ -262,6 +262,7 @@ def default_threadable_predictors():
|
|||
'less': predict_help_ver,
|
||||
'man': predict_help_ver,
|
||||
'more': predict_help_ver,
|
||||
'mutt': predict_help_ver,
|
||||
'scp': predict_false,
|
||||
'sh': predict_shell,
|
||||
'ssh': predict_false,
|
||||
|
|
Loading…
Add table
Reference in a new issue