chore: fix some typos in comment

Signed-off-by: binchengqu <bincheng@before.tech>
This commit is contained in:
binchengqu 2024-11-21 12:13:44 +08:00
commit b6db63aa3c
3 changed files with 3 additions and 3 deletions

View file

@ -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 dependent on what is available (less or more)
if (( ${+commands[less]} )); then
env_default 'PAGER' 'less'
env_default 'LESS' '-R'