From f3bc759943cd4f2df9452049cbaf4290744e8091 Mon Sep 17 00:00:00 2001 From: steven carpenter Date: Tue, 19 Aug 2025 02:25:19 -0400 Subject: [PATCH] Alliased cat to bat for pretty colors --- modules/home-manager/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index 9818c56..30d3588 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -22,6 +22,7 @@ grep = "rg"; osrb = "sudo nixos-rebuild $1 --flake ~/Documents/code/nix/nixos-config/#katana"; nvim-cfg = "nvim /home/speccon18/.config/nvim/"; + cat = "bat"; }; localVariables = {