From f8197c2b3c252d6597cfdc5c81bf52c2c946e8c6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 19 Sep 2023 11:13:16 +0200 Subject: shell: use bat for cat --- user/settings/shell.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'user') diff --git a/user/settings/shell.nix b/user/settings/shell.nix index b1c14225..ede1c41a 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -31,6 +31,8 @@ in cg = "cd $(git root)"; cdg = "cd $(git root)"; + cat = "bat --plain"; + fd = "bfs -nohidden"; fs = "bfs -nohidden"; -- cgit 1.4.1