Skip to content

Commit

Permalink
Colorize manpages
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Jan 10, 2023
1 parent 0cf4a6f commit 079b855
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions home/users/christian/shell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ in
lolcat
toilet

# Make sure to have the right version in $PATH
less

# GNU util replacements
fd # ultra-fast find
ripgrep
Expand All @@ -55,6 +58,10 @@ in
unzip
];

sessionVariables = {
MANPAGER = "less -R --use-color -Dd+g -Du+b";
};

shellAliases = import ./aliases.nix;
};

Expand Down

0 comments on commit 079b855

Please sign in to comment.