diff --git a/zshrc b/zshrc index 6087b5f..00abfbf 100644 --- a/zshrc +++ b/zshrc @@ -21,5 +21,5 @@ gvim='gvim --remote-tab' if (( $+commands[thefuck] )) then - alias fuck='thefuck' + alias fuck='$(thefuck $(fc -ln -1))' fi