diff --git a/README.md b/README.md index 6d584ed2..f2137f8e 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,8 @@ brew install thefuck And add to `.bashrc` or `.zshrc` or `.bash_profile`(for OSX): ```bash -alias fuck='$(thefuck $(fc -ln -1))' -# You can use whatever you want as an alias, like for mondays: +alias fuck='eval $(thefuck $(fc -ln -1))' +# You can use whatever you want as an alias, like for Mondays: alias FUCK='fuck' ```