Skip to content

Commit

Permalink
#N/A: Inform the correct path to DEFAULT_RULES (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
scorphus authored and nvbn committed Nov 2, 2019
1 parent ecee70f commit d85099b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -389,7 +389,7 @@ requires_output = True
Several *The Fuck* parameters can be changed in the file `$XDG_CONFIG_HOME/thefuck/settings.py`
(`$XDG_CONFIG_HOME` defaults to `~/.config`):

* `rules` – list of enabled rules, by default `thefuck.conf.DEFAULT_RULES`;
* `rules` – list of enabled rules, by default `thefuck.const.DEFAULT_RULES`;
* `exclude_rules` – list of disabled rules, by default `[]`;
* `require_confirmation` – requires confirmation before running new command, by default `True`;
* `wait_command` – max amount of time in seconds for getting previous command output;
Expand Down

0 comments on commit d85099b

Please sign in to comment.