From 2d83db719a35c94c02bfd7ddfb424f68768062fe Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 29 Apr 2024 21:39:19 +0200 Subject: [PATCH] Replace cat with bat --- home-manager/shared/default.nix | 1 + home-manager/shared/shell/zsh.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/home-manager/shared/default.nix b/home-manager/shared/default.nix index b82b547..0233f57 100644 --- a/home-manager/shared/default.nix +++ b/home-manager/shared/default.nix @@ -21,5 +21,6 @@ # System tools: sops zsh + bat ]; } diff --git a/home-manager/shared/shell/zsh.nix b/home-manager/shared/shell/zsh.nix index d5e6bf2..5368ebd 100644 --- a/home-manager/shared/shell/zsh.nix +++ b/home-manager/shared/shell/zsh.nix @@ -16,6 +16,7 @@ cd = "z"; code = "codium ./"; lh = "ls -lah"; + cat = "bat"; }; plugins = [ {