Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-line commands add multiple history entries #297

Open
georgebrock opened this issue May 13, 2017 · 0 comments
Open

Multi-line commands add multiple history entries #297

georgebrock opened this issue May 13, 2017 · 0 comments
Milestone

Comments

@georgebrock
Copy link
Collaborator

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.

@georgebrock georgebrock added this to the v1.0 milestone Feb 3, 2019
entcheva pushed a commit that referenced this issue Mar 29, 2019
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
entcheva pushed a commit that referenced this issue Mar 29, 2019
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant