From 2d32d82e7672959a4aec387e7f2350aa35e1df61 Mon Sep 17 00:00:00 2001 From: achevsmisle <94835056+achevsmisle@users.noreply.github.com> Date: Sat, 20 Jun 2026 18:58:58 +0300 Subject: [PATCH] docs(ssh-agent): correct the description to new behaviour --- plugins/ssh-agent/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/ssh-agent/README.md b/plugins/ssh-agent/README.md index 4efc6b1cd..a9d8c068f 100644 --- a/plugins/ssh-agent/README.md +++ b/plugins/ssh-agent/README.md @@ -108,14 +108,15 @@ By default its name is randomly generated in form of `$TMPDIR/ssh-XXXXXXXXXX/age To override the `$SSH_AUTH_SOCK` path, use `override-agent-socket-path` style. ```zsh -zstyle :omz:plugins:ssh-agent override-agent-socket-path "/your/custom/path/socket_name" +zstyle :omz:plugins:ssh-agent override-agent-socket-path yes +zstyle :omz:plugins:ssh-agent ssh_agent_sock_path "YOUR_CUSTOM_SOCKET_PATH" ``` Of course you should double-quote the path itself. -Also there are few builtin default for Linux and MacOS, so you could simply add: +There are few builtin defaults for Linux and MacOS, so you could simply add: ```zsh -zstyle :omz:plugins:ssh-agent override-agent-socket-path +zstyle :omz:plugins:ssh-agent override-agent-socket-path yes ``` These are the defaults: