From fbcf9707902676b1e86a8bcaba1a0c09b0723224 Mon Sep 17 00:00:00 2001 From: panotaka Date: Sat, 25 Nov 2023 23:21:52 -0400 Subject: [PATCH] Update shellAliases in bat.nix --- home/shell/bat.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/shell/bat.nix b/home/shell/bat.nix index 9230bc1..0a2c1ce 100644 --- a/home/shell/bat.nix +++ b/home/shell/bat.nix @@ -4,6 +4,6 @@ }; home.shellAliases = { - cat = bat; + cat = "bat"; }; }