From 55d0514d8d53e7b2e65ffa807c9b22ab6f314f2f Mon Sep 17 00:00:00 2001 From: cswimr Date: Sat, 16 Nov 2024 20:34:53 -0500 Subject: [PATCH] alias `cat` to `bat` --- nixos/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/zsh.nix b/nixos/zsh.nix index e26b40c..9aa38ad 100755 --- a/nixos/zsh.nix +++ b/nixos/zsh.nix @@ -34,6 +34,7 @@ ff = "fastfetch"; neofetch = "fastfetch"; nf = "fastfetch"; + cat = "bat"; ls = "eza --icons"; l = "eza -lhg --icons";