Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a fix for #2261 #2289

Merged
merged 2 commits into from
Feb 19, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
a fix for #2261
this should fix #2261 without breaking any existing value of $LESS
seefood authored Feb 11, 2025
commit 68c0ccb7876b258e8a76577730d67fcf057cb38c
2 changes: 1 addition & 1 deletion plugins/available/man.plugin.bash
Original file line number Diff line number Diff line change
@@ -11,4 +11,4 @@ about-plugin 'colorize man pages for better readability'

: "${LESS:=}"
export "${!LESS_TERMCAP@}"
export LESS="R${LESS#-}"
export LESS="--raw-control-chars ${LESS}"