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

Sync shell history #266

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Sync shell history #266

wants to merge 2 commits into from

Conversation

kachick
Copy link
Owner

@kachick kachick commented Aug 10, 2023

Resolves #173

This is a way, but... 🤔

@kachick
Copy link
Owner Author

kachick commented Sep 12, 2023

atuinsh/atuin#816 👀

];

settings = {
sync_address = "https://127.0.0.1";
Copy link

Choose a reason for hiding this comment

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

you probably also want auto_sync = false 😁

Copy link
Owner Author

Choose a reason for hiding this comment

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

Thanks for letting me know!

I may use atuin with self hosting 🐋

@kachick kachick marked this pull request as ready for review February 3, 2024 03:17
@@ -6,6 +6,7 @@
programs.zoxide.enableBashIntegration = true;
programs.fzf.enableBashIntegration = true;
programs.rtx.enableBashIntegration = true;
programs.atuin.enableBashIntegration = true;
Copy link
Owner Author

Choose a reason for hiding this comment

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

https://github.com/atuinsh/atuin/discussions/1683

hmm... I want to keep bash as plain as possible, it is the first intention of preferreing zsh kachick/times_kachick#184

Want sytaxhighlighting, bash cannot it, ble.sh realize it, ble.sh looks so big project for me

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.

Cloud backup and sync the shell history
2 participants