From 64b7581644e2dbc4d1f31f220158c0cc321f2139 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Fri, 17 May 2024 09:50:13 +0700 Subject: [PATCH] chore: clarify default config file (#2026) --- crates/atuin-client/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/atuin-client/config.toml b/crates/atuin-client/config.toml index 1de7308c..49e06c45 100644 --- a/crates/atuin-client/config.toml +++ b/crates/atuin-client/config.toml @@ -221,7 +221,7 @@ records = true ## The path to the unix socket used by the daemon (on unix systems) ## linux/mac: ~/.local/share/atuin/atuin.sock ## windows: Not Supported -# socket_path = "~/atuin.sock" +# socket_path = "~/.local/share/atuin/atuin.sock" ## The port that should be used for TCP on non unix systems # tcp_port = 8889