mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
added psql
This commit is contained in:
parent
8d73b0f9c6
commit
066a71d386
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
* more
|
||||
* mutt
|
||||
* nano
|
||||
* psql
|
||||
* ranger
|
||||
* scp
|
||||
* sh
|
||||
|
|
|
@ -265,6 +265,7 @@ def default_threadable_predictors():
|
|||
'mvim': predict_help_ver,
|
||||
'mutt': predict_help_ver,
|
||||
'nano': predict_help_ver,
|
||||
'psql': predict_false,
|
||||
'ranger': predict_help_ver,
|
||||
'scp': predict_false,
|
||||
'sh': predict_shell,
|
||||
|
|
Loading…
Add table
Reference in a new issue