shell: use bat for cat
Alan Pearce alan@alanpearce.eu
Tue, 19 Sep 2023 11:13:16 +0200
1 files changed, 2 insertions(+), 0 deletions(-)
jump to
M user/settings/shell.nix → user/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";