From 76aa5546df161b3a57889596368bbb2609944bdc Mon Sep 17 00:00:00 2001 From: Vladimir Iakovlev Date: Mon, 13 Mar 2017 17:22:58 +0100 Subject: [PATCH] #593: Remove unned underscores from readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)