From 4b562627d2bb897cadb110f60169a7e73a1a546e Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Sun, 29 Sep 2024 01:54:40 -0400 Subject: [PATCH] config --- home/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/home.nix b/home/home.nix index a6d2c26..1589ad8 100644 --- a/home/home.nix +++ b/home/home.nix @@ -130,6 +130,9 @@ }; fish = { enable = true; + shellAliases = { + "ls" = "eza"; + }; }; starship = { enable = true;