mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
Revert "add -F and -X to default $LESS environment variable (#6611)"
This reverts commit 9544316ef9.
This setting broke mouse / touchpad scroll on programs using `less` output
due to it not using the alternate screen buffer.
Fixes #7025
This commit is contained in:
@@ -20,7 +20,7 @@ setopt long_list_jobs
|
||||
|
||||
## pager
|
||||
env_default PAGER 'less'
|
||||
env_default LESS '-FRX'
|
||||
env_default LESS '-R'
|
||||
|
||||
## super user alias
|
||||
alias _='sudo'
|
||||
|
||||
Reference in New Issue
Block a user