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

Enhancements to bash init script #445

Merged
merged 1 commit into from
Jun 7, 2022
Merged

Enhancements to bash init script #445

merged 1 commit into from
Jun 7, 2022

Conversation

dotsam
Copy link
Contributor

@dotsam dotsam commented Jun 7, 2022

  • Pass READLINE_LINE so current bash buffer is provided
  • Bind up to atuin as is done for zsh/fish and mentioned in docs
  • Clean up indentation/newlines
  • Follow optional shellcheck "style" checks for escaping/encapsulating

Fixes #428
Fixes #431

 - Pass READLINE_LINE so current bash buffer is provided
 - Bind `up` to atuin as is done for zsh/fish and mentioned in docs
 - Clean up indentation/newlines
 - Follow optional shellcheck "style" checks for escaping/encapsulating

Fixes atuinsh#428
Fixes atuinsh#431
Copy link
Member

@ellie ellie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for sorting this out! 🎉

I don't think either myself or @conradludgate use bash very often at all, so this is very much appreciated 😁

@ellie ellie enabled auto-merge (squash) June 7, 2022 21:25
@ellie ellie merged commit e0ba60f into atuinsh:main Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bash] Partial search on UP/DOWN keys Use already typed command line as base query when pressing Ctrl-R
2 participants