mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +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
|
* more
|
||||||
* mutt
|
* mutt
|
||||||
* nano
|
* nano
|
||||||
|
* psql
|
||||||
* ranger
|
* ranger
|
||||||
* scp
|
* scp
|
||||||
* sh
|
* sh
|
||||||
|
|
|
@ -265,6 +265,7 @@ def default_threadable_predictors():
|
||||||
'mvim': predict_help_ver,
|
'mvim': predict_help_ver,
|
||||||
'mutt': predict_help_ver,
|
'mutt': predict_help_ver,
|
||||||
'nano': predict_help_ver,
|
'nano': predict_help_ver,
|
||||||
|
'psql': predict_false,
|
||||||
'ranger': predict_help_ver,
|
'ranger': predict_help_ver,
|
||||||
'scp': predict_false,
|
'scp': predict_false,
|
||||||
'sh': predict_shell,
|
'sh': predict_shell,
|
||||||
|
|
Loading…
Add table
Reference in a new issue