diff options
| author | Bin Chang <bincheng@before.tech> | 2024-11-21 16:01:48 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-21 09:01:48 +0100 |
| commit | ccbe504f224a0aae688aaa729d4258e3392a9fc8 (patch) | |
| tree | f1f51840fa0208d37dd740fdee84f08870e02705 /lib | |
| parent | 6c91a5e389a26f532ba2fdbe40216b0d79e33124 (diff) | |
| download | zsh-ccbe504f224a0aae688aaa729d4258e3392a9fc8.tar.gz zsh-ccbe504f224a0aae688aaa729d4258e3392a9fc8.tar.bz2 zsh-ccbe504f224a0aae688aaa729d4258e3392a9fc8.zip | |
chore: fix some typos (#12818)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/misc.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/misc.zsh b/lib/misc.zsh index ff2017713..054485f5a 100644 --- a/lib/misc.zsh +++ b/lib/misc.zsh @@ -19,7 +19,7 @@ setopt multios # enable redirect to multiple streams: echo >file1 > setopt long_list_jobs # show long list format job notifications setopt interactivecomments # recognize comments -# define pager dependant on what is available (less or more) +# define pager depending on what is available (less or more) if (( ${+commands[less]} )); then env_default 'PAGER' 'less' env_default 'LESS' '-R' |
