aboutsummaryrefslogtreecommitdiff
path: root/.config/thefuck/settings.py
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-01-31 14:56:10 +0100
committerlonkaars <l.leblansch@gmail.com>2021-01-31 14:56:10 +0100
commitace6e4f290d2ae9684f386c2d3861c1dd2e5e2fe (patch)
tree4231bb1c2c801a009a0b8817a64162c8582610c4 /.config/thefuck/settings.py
parent33fd6dda1837df32e2980fcf3e4b7e0164b25a42 (diff)
thefuck config
Diffstat (limited to '.config/thefuck/settings.py')
-rw-r--r--.config/thefuck/settings.py25
1 files changed, 25 insertions, 0 deletions
diff --git a/.config/thefuck/settings.py b/.config/thefuck/settings.py
new file mode 100644
index 0000000..2c73957
--- /dev/null
+++ b/.config/thefuck/settings.py
@@ -0,0 +1,25 @@
+# The Fuck settings file
+#
+# The rules are defined as in the example bellow:
+#
+# rules = ['cd_parent', 'git_push', 'python_command', 'sudo']
+#
+# The default values are as follows. Uncomment and change to fit your needs.
+# See https://github.com/nvbn/thefuck#settings for more information.
+#
+
+# rules = [<const: All rules enabled>]
+exclude_rules = [ "fix_file" ]
+# wait_command = 3
+# require_confirmation = True
+# no_colors = False
+# debug = False
+# priority = {}
+# history_limit = None
+# alter_history = True
+# wait_slow_command = 15
+# slow_commands = ['lein', 'react-native', 'gradle', './gradlew', 'vagrant']
+# repeat = False
+# instant_mode = False
+# num_close_matches = 3
+# env = {'LC_ALL': 'C', 'LANG': 'C', 'GIT_TRACE': '1'}