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"; }; }