diff --git a/Shell-aliases.md b/Shell-aliases.md index 389292a..2f97411 100644 --- a/Shell-aliases.md +++ b/Shell-aliases.md @@ -2,14 +2,14 @@ Add this alias to `.bashrc` or `.bash_profile` (for OSX): ```bash -alias fuck='eval $(thefuck $(fc -ln -1)); history -r' +eval "$(thefuck-alias)" ``` # ZSH Add this alias to `.zshrc`: ```bash -alias fuck='eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R' +eval "$(thefuck-alias)" ``` # Fish