diff --git a/zsh/plugins/thefuck.plugin.zsh b/zsh/plugins/thefuck.plugin.zsh deleted file mode 100644 index ce9f8e0..0000000 --- a/zsh/plugins/thefuck.plugin.zsh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env zsh - -# Init the fuck -if (( ${+commands[thefuck]} )); then - eval "$(thefuck --alias)" -fi