Skip to content

Commit

Permalink
Set pager args through $LESS instead of $PAGER
Browse files Browse the repository at this point in the history
  • Loading branch information
abysssol committed Dec 29, 2023
1 parent 8fe30fe commit 5171a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/fish/config.fish
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set -gx EDITOR "hx"
set -gx VISUAL $EDITOR
set -gx PAGER "less -FRX"
set -gx LESS "-FRX"
set -gx MANPAGER "sh -c 'col -bx | bat -p -l man'"
set -gx MANROFFOPT "-c"

Expand Down

0 comments on commit 5171a5c

Please sign in to comment.