mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-21 20:38:54 +00:00
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 | ```