From ec0965551802283a783699f64db21ccf023646f3 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 13 Sep 2024 15:15:27 +0100 Subject: [PATCH] Remove thefuck command --- zsh/plugins/thefuck.plugin.zsh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 zsh/plugins/thefuck.plugin.zsh 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