1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

docs: fix typos (#12284)

This commit is contained in:
shuangcui
2024-03-15 00:07:39 +08:00
committed by GitHub
parent 6780b19329
commit c8ba08581d
8 changed files with 8 additions and 8 deletions

View File

@@ -90,7 +90,7 @@ use the `ssh-add-args` setting. You can pass multiple arguments separated by spa
zstyle :omz:plugins:ssh-agent ssh-add-args -K -c -a /run/user/1000/ssh-auth
```
These will then be passed the the `ssh-add` call as if written directly. The example
These will then be passed the `ssh-add` call as if written directly. The example
above will turn into:
```zsh