summaryrefslogtreecommitdiff
path: root/plugins/fuck
diff options
context:
space:
mode:
authorBlack Roland <black-roland@github.com>2015-07-22 17:20:52 +0900
committerRoland Chernov <mail@9241406380.org>2015-07-23 20:09:59 +0900
commit8e8a13398e71b969dc39189c0fedcc4733a911df (patch)
tree249e98885537d377ff6f61472f6b20967a651f2f /plugins/fuck
parent803e5dbb8464088a8d84509077bf6dce9ac26688 (diff)
downloadzsh-8e8a13398e71b969dc39189c0fedcc4733a911df.tar.gz
zsh-8e8a13398e71b969dc39189c0fedcc4733a911df.tar.bz2
zsh-8e8a13398e71b969dc39189c0fedcc4733a911df.zip
Thefuck: combined with @cristim plugin. Code formating
Diffstat (limited to 'plugins/fuck')
-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