From 417fb99e67fda84ed56a5382315fffdc288bc24c Mon Sep 17 00:00:00 2001 From: Vladimir Iakovlev Date: Fri, 30 Oct 2015 20:47:06 +0800 Subject: [PATCH] Updated Shell aliases (markdown) --- Shell-aliases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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