diff --git a/users/pbsds/home/profiles/bat.nix b/users/pbsds/home/profiles/bat.nix index cdbe75a..3fc9220 100644 --- a/users/pbsds/home/profiles/bat.nix +++ b/users/pbsds/home/profiles/bat.nix @@ -8,7 +8,7 @@ # bat - TODO: condition these on programs.bat.enable ? home.shellAliases.cat = "bat --style=plain --paging=never"; #home.shellAliases.man = "batman"; - home.shellAliases.man = "PAGER=${pkgs.most}/bin/most man"; + #home.shellAliases.man = "PAGER=${pkgs.most}/bin/most man"; # TODO: implement programs.bat.enableAliases programs.bat = {