diff options
| author | marcellus <msimon_fr@hotmail.com> | 2024-02-02 22:13:34 +0100 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2024-02-02 22:13:34 +0100 |
| commit | 3ddbe04c5a8b01fe00221339dcfc5489b2b032db (patch) | |
| tree | 24abfc50f4a926ce22e047637617fbc5cd3eae67 /thefuck | |
| parent | 1b7402b9e0d623cab9284aada81fb5429cf662e7 (diff) | |
various: read the diff
Diffstat (limited to 'thefuck')
| -rw-r--r-- | thefuck/__pycache__/settings.cpython-311.pyc | bin | 0 -> 152 bytes | |||
| -rw-r--r-- | thefuck/settings.py | 26 |
2 files changed, 26 insertions, 0 deletions
diff --git a/thefuck/__pycache__/settings.cpython-311.pyc b/thefuck/__pycache__/settings.cpython-311.pyc Binary files differnew file mode 100644 index 0000000..27cd511 --- /dev/null +++ b/thefuck/__pycache__/settings.cpython-311.pyc diff --git a/thefuck/settings.py b/thefuck/settings.py new file mode 100644 index 0000000..8478f6d --- /dev/null +++ b/thefuck/settings.py @@ -0,0 +1,26 @@ +# 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 = [] +# 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'} +# excluded_search_path_prefixes = [] |
