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 * more
* mutt * mutt
* nano * nano
* psql
* ranger * ranger
* scp * scp
* sh * sh

View file

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