mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Fix wording
This commit is contained in:
parent
b6db63aa3c
commit
028a690764
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ setopt multios # enable redirect to multiple streams: echo >file1 >
|
||||||
setopt long_list_jobs # show long list format job notifications
|
setopt long_list_jobs # show long list format job notifications
|
||||||
setopt interactivecomments # recognize comments
|
setopt interactivecomments # recognize comments
|
||||||
|
|
||||||
# define pager dependent on what is available (less or more)
|
# define pager depending on what is available (less or more)
|
||||||
if (( ${+commands[less]} )); then
|
if (( ${+commands[less]} )); then
|
||||||
env_default 'PAGER' 'less'
|
env_default 'PAGER' 'less'
|
||||||
env_default 'LESS' '-R'
|
env_default 'LESS' '-R'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue