all repos — nixfiles @ d879e273288c9f593199c457962e65c8e4f09225

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

shell: remove cat->bat alias
Alan Pearce alan@alanpearce.eu
Mon, 13 Jan 2025 12:16:07 +0100
commit

d879e273288c9f593199c457962e65c8e4f09225

parent

5787648b0bb2a400cd98c0b2663986b14bb98e04

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

jump to
M user/settings/shell.nixuser/settings/shell.nix
@@ -34,8 +34,6 @@ "c," = "cd ${config.home.homeDirectory + "/projects/alanpearce.eu/nixfiles"}";       cg = "cd $(git root)";
       cdg = "cd $(git root)";
 
-      cat = "bat --plain";
-
       fs = "bfs -nohidden";
 
       http = "xh";