aboutsummaryrefslogtreecommitdiff
path: root/misc/thefuck/pkg-descr
blob: 51f3ac92f88f3502dadf65c88bd846d6d2fd6ae1 (plain) (blame)
1
2
3
4
5
6
7
8
Thefuck is a magnificent app which corrects your previous console command.
It tries to match a rule for the previous command, creates a new command
using the matched rule and runs it. Thefuck comes with a lot of predefined
rules, but you can create your own rules as well.

You should place this command in your shell config file:

eval $(thefuck --alias)