From 971c7e1b3f9ba49af02c16dabeb96ee867ad7e8c Mon Sep 17 00:00:00 2001 From: Vladimir Iakovlev Date: Tue, 14 Mar 2017 11:13:10 +0100 Subject: [PATCH] #322: Add vagrant to slow commands --- thefuck/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thefuck/const.py b/thefuck/const.py index fbbcdddf..e6fbf387 100644 --- a/thefuck/const.py +++ b/thefuck/const.py @@ -33,7 +33,7 @@ DEFAULT_SETTINGS = {'rules': DEFAULT_RULES, 'alter_history': True, 'wait_slow_command': 15, 'slow_commands': ['lein', 'react-native', 'gradle', - './gradlew'], + './gradlew', 'vagrant'], 'env': {'LC_ALL': 'C', 'LANG': 'C', 'GIT_TRACE': '1'}} ENV_TO_ATTR = {'THEFUCK_RULES': 'rules',