diff --git a/Shell-aliases.md b/Shell-aliases.md index 7a22249..d022bc5 100644 --- a/Shell-aliases.md +++ b/Shell-aliases.md @@ -9,7 +9,7 @@ eval "$(thefuck --alias)" Add this alias to `.zshrc`: ```bash -alias fuck='$(thefuck $(fc -ln -1 | tail -n 1)); fc -R' +eval "$(thefuck --alias)" ``` # Fish