diff options
| author | shuangcui <fliter@qq.com> | 2024-03-15 00:07:39 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-14 23:07:39 +0700 |
| commit | c8ba08581dff43c18c1b0d9e7312ca32e6d97124 (patch) | |
| tree | d51b8ca229e0bb1c67a0dcb9e8638e0e4b82adc9 /lib/cli.zsh | |
| parent | 6780b19329501b66bc87274928f0a65cc7e5f473 (diff) | |
| download | zsh-c8ba08581dff43c18c1b0d9e7312ca32e6d97124.tar.gz zsh-c8ba08581dff43c18c1b0d9e7312ca32e6d97124.tar.bz2 zsh-c8ba08581dff43c18c1b0d9e7312ca32e6d97124.zip | |
docs: fix typos (#12284)
Diffstat (limited to 'lib/cli.zsh')
| -rw-r--r-- | lib/cli.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cli.zsh b/lib/cli.zsh index 561c1b98b..aa36a6ab5 100644 --- a/lib/cli.zsh +++ b/lib/cli.zsh @@ -448,7 +448,7 @@ function _omz::plugin::load { if [[ ! -f "$base/_$plugin" && ! -f "$base/$plugin.plugin.zsh" ]]; then _omz::log warn "'$plugin' is not a valid plugin" continue - # It it is a valid plugin, add its directory to $fpath unless it is already there + # It is a valid plugin, add its directory to $fpath unless it is already there elif (( ! ${fpath[(Ie)$base]} )); then fpath=("$base" $fpath) fi |
