all repos — nixfiles @ f8197c2b3c252d6597cfdc5c81bf52c2c946e8c6

System and user configuration, managed by nix and home-manager

shell: use bat for cat

Alan Pearce
commit

f8197c2b3c252d6597cfdc5c81bf52c2c946e8c6

parent

f7741426ff98976914016ad77ad865d985296fc4

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M user/settings/shell.nixuser/settings/shell.nix
@@ -31,6 +31,8 @@ "c," = "cd $(ghq list -p nixfiles)";
cg = "cd $(git root)"; cdg = "cd $(git root)"; + cat = "bat --plain"; + fd = "bfs -nohidden"; fs = "bfs -nohidden";