-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: main
Are you sure you want to change the base?
Sync shell history #266
Conversation
]; | ||
|
||
settings = { | ||
sync_address = "https://127.0.0.1"; |
There was a problem hiding this comment.
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
😁
There was a problem hiding this comment.
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 🐋
@@ -6,6 +6,7 @@ | |||
programs.zoxide.enableBashIntegration = true; | |||
programs.fzf.enableBashIntegration = true; | |||
programs.rtx.enableBashIntegration = true; | |||
programs.atuin.enableBashIntegration = true; |
There was a problem hiding this comment.
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
a6fbbc1
to
b05e5a4
Compare
Resolves #173
This is a way, but... 🤔