From 7d6882cb87d3d7e068a5deb6692e2ea6165e45bc Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Tue, 25 Oct 2016 12:43:46 -0400 Subject: [PATCH] add scp to predict_false commands this should resolve #1880 --- xonsh/commands_cache.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xonsh/commands_cache.py b/xonsh/commands_cache.py index 92176c23a..0dee3febd 100644 --- a/xonsh/commands_cache.py +++ b/xonsh/commands_cache.py @@ -258,6 +258,7 @@ def default_threadable_predictors(): 'less': predict_help_ver, 'man': predict_help_ver, 'more': predict_help_ver, + 'scp': predict_false, 'sh': predict_shell, 'ssh': predict_false, 'startx': predict_false,