# AX-ZSH: Alex' Modular ZSH Configuration # thefuck.zshrc: Programatically correct mistyped console commands # Make sure that "thefuck(1)" is installed (( $+commands[thefuck] )) || return alias fuck='eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R'