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 /plugins/per-directory-history | |
| parent | 6780b19329501b66bc87274928f0a65cc7e5f473 (diff) | |
| download | zsh-c8ba08581dff43c18c1b0d9e7312ca32e6d97124.tar.gz zsh-c8ba08581dff43c18c1b0d9e7312ca32e6d97124.tar.bz2 zsh-c8ba08581dff43c18c1b0d9e7312ca32e6d97124.zip | |
docs: fix typos (#12284)
Diffstat (limited to 'plugins/per-directory-history')
| -rw-r--r-- | plugins/per-directory-history/per-directory-history.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/per-directory-history/per-directory-history.zsh b/plugins/per-directory-history/per-directory-history.zsh index b33e0b5dd..926373ae0 100644 --- a/plugins/per-directory-history/per-directory-history.zsh +++ b/plugins/per-directory-history/per-directory-history.zsh @@ -21,7 +21,7 @@ #------------------------------------------------------------------------------- # # The idea/inspiration for a per directory history is from Stewart MacArthur[1] -# and Dieter[2], the implementation idea is from Bart Schaefer on the the zsh +# and Dieter[2], the implementation idea is from Bart Schaefer on the zsh # mailing list[3]. The implementation is by Jim Hester in September 2012. # # [1]: http://www.compbiome.com/2010/07/bash-per-directory-bash-history.html |
