Skip to content
Open
Changes from all commits
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
1 change: 1 addition & 0 deletions functions/cless.fish
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function cless -d "Configure less to colorize styled text using environment vari
set -x LESS_TERMCAP_ue (set_color normal) # end underline
set -x LESS_TERMCAP_so (set_color --reverse F0CB02) # start standout
set -x LESS_TERMCAP_se (set_color normal) # end standout
set -x GROFF_NO_SGR 1 # ensures compatibility with older pagers and terminals that expect overstrike formatting

$argv
end