summaryrefslogtreecommitdiff
path: root/plugins/fuck/fuck.plugin.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/fuck/fuck.plugin.zsh')
-rw-r--r--plugins/fuck/fuck.plugin.zsh6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/fuck/fuck.plugin.zsh b/plugins/fuck/fuck.plugin.zsh
deleted file mode 100644
index cbf8c09ce..000000000
--- a/plugins/fuck/fuck.plugin.zsh
+++ /dev/null
@@ -1,6 +0,0 @@
-if [[ -n $commands[thefuck] ]]; then
- alias fuck='eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R'
- alias FUCK='fuck'
-else
- echo 'thefuck is not installed, you should "pip install thefuck" first'
-fi