summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-09-19 11:13:16 +0200
committerAlan Pearce2023-09-19 11:13:31 +0200
commitf8197c2b3c252d6597cfdc5c81bf52c2c946e8c6 (patch)
treed68731ba5e6cbe0262256416eca4aca37dd5e8f8
parentf7741426ff98976914016ad77ad865d985296fc4 (diff)
downloadnixfiles-f8197c2b3c252d6597cfdc5c81bf52c2c946e8c6.tar.lz
nixfiles-f8197c2b3c252d6597cfdc5c81bf52c2c946e8c6.tar.zst
nixfiles-f8197c2b3c252d6597cfdc5c81bf52c2c946e8c6.zip
shell: use bat for cat
-rw-r--r--user/settings/shell.nix2
1 files changed, 2 insertions, 0 deletions
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";