added psql

This commit is contained in:
Anthony Scopatz 2016-11-27 14:06:13 -05:00
parent 8d73b0f9c6
commit 066a71d386
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@
* more
* mutt
* nano
* psql
* ranger
* scp
* sh

View file

@ -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,