From 0238569b71658cb37eade73979674bff44be0735 Mon Sep 17 00:00:00 2001 From: nvbn Date: Sun, 19 Jul 2015 21:52:46 +0300 Subject: [PATCH] #N/A Require confirmation by default --- thefuck/conf.py | 2 +- thefuck/shells.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/thefuck/conf.py b/thefuck/conf.py index a1af962f..5d64a25a 100644 --- a/thefuck/conf.py +++ b/thefuck/conf.py @@ -27,7 +27,7 @@ DEFAULT_PRIORITY = 1000 DEFAULT_SETTINGS = {'rules': DEFAULT_RULES, 'wait_command': 3, - 'require_confirmation': False, + 'require_confirmation': True, 'no_colors': False, 'debug': False, 'priority': {}, diff --git a/thefuck/shells.py b/thefuck/shells.py index 337e14be..da5cfdae 100644 --- a/thefuck/shells.py +++ b/thefuck/shells.py @@ -9,7 +9,6 @@ from time import time import os import io from psutil import Process -import six from .utils import DEVNULL, memoize