diff --git a/README.md b/README.md index a8a78d46..32357c88 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,11 @@ eval "$(thefuck --alias FUCK)" Changes will be available only in a new shell session. To make them available immediately, run `source ~/.bashrc` (or your shell config file like `.zshrc`). +If you want separate alias for running fixed command without confirmation you can use alias like: + +```bash +alias fuck-it='export THEFUCK_REQUIRE_CONFIRMATION=False; fuck; export THEFUCK_REQUIRE_CONFIRMATION=True' +``` ## Update