#24 Make no_command crossplatform

This commit is contained in:
nvbn
2015-04-21 06:55:47 +02:00
parent 3606131502
commit e3edea05ed
3 changed files with 29 additions and 81 deletions
+1 -3
View File
@@ -193,9 +193,7 @@ The Fuck has a few settings parameters, they can be changed in `~/.thefuck/setti
* `rules` – list of enabled rules, by default all;
* `require_confirmation` – require confirmation before running new command, by default `False`;
* `wait_command` – max amount of time in seconds for getting previous command output;
* `command_not_found` – path to `command_not_found` binary,
by default `/usr/lib/command-not-found`.
* `wait_command` – max amount of time in seconds for getting previous command output.
## Developing