From b255ea6ab92663b27fdfbb4878284585ce766aee Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Mon, 24 Jun 2024 15:44:46 -0300 Subject: [PATCH] Removed bat-cat alias --- home/shell/bat.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/home/shell/bat.nix b/home/shell/bat.nix index bed6901..4cb0b03 100644 --- a/home/shell/bat.nix +++ b/home/shell/bat.nix @@ -2,8 +2,4 @@ programs.bat = { enable = true; }; - - home.shellAliases = { - cat = "bat"; - }; }