Commit 0da9a4be authored by Cristian Măgherușan-Stanciu's avatar Cristian Măgherușan-Stanciu Committed by Roland Chernov
Browse files

fuck: added a basic plugin for https://github.com/nvbn/thefuck

parent e38455bf
if [ $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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment