diff options
| -rw-r--r-- | crates/atuin-client/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
