dotfiles/zsh/plugins/thefuck.plugin.zsh

7 lines
101 B
Bash
Raw Normal View History

#!/usr/bin/env zsh
# Init the fuck
if type thefuck > /dev/null; then
eval "$(thefuck --alias)"
fi