You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a command is split over several lines, it ends up adding several entries to the command history. It would be better, and more similar to general-purpose shells, if the whole command was added to the history.
The text was updated successfully, but these errors were encountered:
This PR resolves#297 where multi-line commands were adding multiple
history entries. Now, multi-line commands are concatenated and added as
a single history entry.
Co-authored-by: Christina Entcheva <christina@thoughtbot.com>
Co-authored-by: Sweta Shrestha
Issue: #297
This PR resolves#297 where multi-line commands were adding multiple
history entries. Now, multi-line commands are concatenated and added as
a single history entry.
Co-authored-by: Christina Entcheva <christina@thoughtbot.com>
Co-authored-by: Sweta Shrestha
When a command is split over several lines, it ends up adding several entries to the command history. It would be better, and more similar to general-purpose shells, if the whole command was added to the history.
The text was updated successfully, but these errors were encountered: