1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-31 02:01:13 +00:00
Nils Winkler f1cce413b3 Added rule for fixing Alt+Space character
Happens on the Mac a lot when typing a pipe character (Alt+7), and
keeping the Alt key pressed down for a bit too long, so instead of
Space, you're typing Alt+Space. This rule replaces the Alt+Space with a
simple Space character.

$ ps -ef | grep foo
-bash:  grep: command not found
$ fuck
ps -ef | grep foo
2015-04-23 15:19:30 +02:00
..
2015-04-17 16:24:03 +02:00
2015-04-22 23:04:22 +02:00
2015-04-22 23:04:22 +02:00
2015-04-22 23:04:22 +02:00
2015-04-22 23:04:22 +02:00