# thefuck.plugin.zsh if (( $+commands[thefuck] )); then alias fuck='eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R' fi