diff --git a/README.md b/README.md index 502a6be8..9a13e728 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,12 @@ alias fuck='eval $(thefuck $(fc -ln -1))' alias FUCK='fuck' ``` +Alternatively, you can redirect the output of `thefuck-alias`: + +```bash +thefuck-alias >> ~/.bashrc +``` + [Or in your shell config (Bash, Zsh, Fish, Powershell).](https://github.com/nvbn/thefuck/wiki/Shell-aliases) Changes will be available only in a new shell session. @@ -200,7 +206,7 @@ Or via environment variables: * `THEFUCK_REQUIRE_CONFIRMATION` – require confirmation before running new command, `true/false`; * `THEFUCK_WAIT_COMMAND` – max amount of time in seconds for getting previous command output; * `THEFUCK_NO_COLORS` – disable colored output, `true/false`. - + For example: ```bash