mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 01:10:57 +01:00
ponysay
This commit is contained in:
parent
79e303856b
commit
d6dad309cf
2 changed files with 15 additions and 0 deletions
14
news/ponynosay.rst
Normal file
14
news/ponynosay.rst
Normal file
|
@ -0,0 +1,14 @@
|
|||
**Added:**
|
||||
|
||||
* Added ``ponysay`` as a command which will ususally not run in a
|
||||
threaded mode in the commands cache.
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
|
@ -354,6 +354,7 @@ def default_threadable_predictors():
|
|||
'mutt': predict_help_ver,
|
||||
'nano': predict_help_ver,
|
||||
'nvim': predict_false,
|
||||
'ponysay': predict_help_ver,
|
||||
'psql': predict_false,
|
||||
'python': predict_shell,
|
||||
'python2': predict_shell,
|
||||
|
|
Loading…
Add table
Reference in a new issue