dotfiles/zsh/plugins/thefuck.plugin.zsh

7 lines
104 B
Bash
Raw Normal View History

#!/usr/bin/env zsh
# Init the fuck
if (( ${+commands[thefuck]} )); then
eval "$(thefuck --alias)"
fi