summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
authorAlan Pearce2025-01-13 12:16:07 +0100
committerAlan Pearce2025-01-13 12:16:07 +0100
commitd879e273288c9f593199c457962e65c8e4f09225 (patch)
tree89dfe1b86eb05036b9efd498c94e78b2eff4ad06 /user/settings
parent5787648b0bb2a400cd98c0b2663986b14bb98e04 (diff)
downloadnixfiles-d879e273288c9f593199c457962e65c8e4f09225.tar.lz
nixfiles-d879e273288c9f593199c457962e65c8e4f09225.tar.zst
nixfiles-d879e273288c9f593199c457962e65c8e4f09225.zip
shell: remove cat->bat alias HEAD main
Diffstat (limited to 'user/settings')
-rw-r--r--user/settings/shell.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index 350665dc..cbf3f96f 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -34,8 +34,6 @@ in
       cg = "cd $(git root)";
       cdg = "cd $(git root)";
 
-      cat = "bat --plain";
-
       fs = "bfs -nohidden";
 
       http = "xh";