Skip to content

Commit

Permalink
fix(less): unicode properly shown in less / bat
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Jan 25, 2024
1 parent cea2a3a commit f1f0a80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ in
EDITOR = "${pkgs.neovim}/bin/nvim";
VISUAL = EDITOR;
MANPAGER = "nvim +Man!";

# HACK: https://github.com/sharkdp/bat/issues/2578
LESSUTFCHARDEF = "E000-F8FF:p,F0000-FFFFD:p,100000-10FFFD:p";
};
};

Expand Down

0 comments on commit f1f0a80

Please sign in to comment.