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

chore: fix some typos (#12818)

This commit is contained in:
Bin Chang
2024-11-21 16:01:48 +08:00
committed by GitHub
parent 6c91a5e389
commit ccbe504f22
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 depending on what is available (less or more)
if (( ${+commands[less]} )); then
env_default 'PAGER' 'less'
env_default 'LESS' '-R'