diff options
| author | 2026-07-29 10:50:46 -0700 | |
|---|---|---|
| committer | 2026-08-26 23:04:25 -0700 | |
| commit | 8e47adcf8d709db47d1c60f6a81b0a8f92c0905f (patch) | |
| tree | f309254ec9853493b130a19c1ed08f448f2c6665 | |
| parent | 8cdc0e61cc045b5d911cbe671c3488caf69dd7ca (diff) | |
| download | new-dotfiles-8e47adcf8d709db47d1c60f6a81b0a8f92c0905f.tar.gz new-dotfiles-8e47adcf8d709db47d1c60f6a81b0a8f92c0905f.zip | |
atuin: Fix sync_address
| -rw-r--r-- | atuin/.config/atuin/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin/.config/atuin/config.toml b/atuin/.config/atuin/config.toml index 0aa81d3..54af460 100644 --- a/atuin/.config/atuin/config.toml +++ b/atuin/.config/atuin/config.toml @@ -4,7 +4,7 @@ history_filter = [ "^ +", ] enter_accept = true -sync_address = "https://phoenix.fold-kanyu.ts.net:8888" +sync_address = "http://phoenix.fold-kanyu.ts.net:8888" search_mode = "skim" [stats] |
