diff --git a/README.md b/README.md index e548f91..6b507ee 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ alias fuck='eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R' If you are using `tcsh`: ```tcsh -alias fuck 'set fuckedCmd=`history -h 2 | head -n 1` && eval `thefuck ${fuckedCmd}`' +alias fuck 'set fucked_cmd=`history -h 2 | head -n 1` && eval `thefuck ${fucked_cmd}`' ``` Alternatively, you can redirect the output of `thefuck-alias`: