diff --git a/README.md b/README.md index 32357c8..564435b 100644 --- a/README.md +++ b/README.md @@ -120,9 +120,9 @@ pip install --user thefuck You should place this command in your `.bash_profile`, `.bashrc`, `.zshrc` or other startup script: ```bash -eval "$(thefuck --alias)" +eval $(thefuck --alias) # You can use whatever you want as an alias, like for Mondays: -eval "$(thefuck --alias FUCK)" +eval $(thefuck --alias FUCK) ``` [Or in your shell config (Bash, Zsh, Fish, Powershell, tcsh).](https://github.com/nvbn/thefuck/wiki/Shell-aliases)