Skip to content

Commit

Permalink
Change paging config
Browse files Browse the repository at this point in the history
  • Loading branch information
abysssol committed Dec 28, 2023
1 parent d721d6c commit 8fe30fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .config/fish/config.fish
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
set -gx EDITOR "hx"
set -gx VISUAL $EDITOR
set -gx MANPAGER "sh -c 'col -bx | bat -pl man'"
set -gx PAGER "less -FRX"
set -gx MANPAGER "sh -c 'col -bx | bat -p -l man'"
set -gx MANROFFOPT "-c"

alias nix-shell "nix-shell --run fish"
alias clippy-all "cargo clippy -- -D clippy::all -W clippy::pedantic -W clippy::nursery"
Expand Down

0 comments on commit 8fe30fe

Please sign in to comment.