mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-31 02:01:13 +00:00
3173ef10c6
The previous behavior is really surprising: ``` some_command* [enter/ctrl+c] |<~~~~~~~~~~~>|<~~~~~~~~~~~~>| | bold text | normal weight| ``` as if the '*' is part of the command to be executed. The new behavior is: ``` some_command (+side effect) [enter/ctrl+c] |<~~~~~~~~~~>|<~~~~~~~~~~~~~~~~~~~~~~~~~~~>| | bold text | normal weight | ```