diff --git a/Shell-aliases.md b/Shell-aliases.md index 6c1a708..02bac8e 100644 --- a/Shell-aliases.md +++ b/Shell-aliases.md @@ -16,7 +16,6 @@ alias fuck='eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R' Add this function to `config.fish`: ```fish -set TF_ALIAS fuck function fuck -d 'Correct your previous console command' set -l exit_code $status set -l eval_script (mktemp 2>/dev/null ; or mktemp -t 'thefuck')