From 55be6ac84b15ec94e76f6f5a650faf8df5ce4a8c Mon Sep 17 00:00:00 2001 From: min Date: Wed, 1 Jan 2025 00:26:30 -0500 Subject: [PATCH] eza alias --- homes/min/shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homes/min/shell.nix b/homes/min/shell.nix index 2cf8314..35d3f5c 100644 --- a/homes/min/shell.nix +++ b/homes/min/shell.nix @@ -14,6 +14,8 @@ _: { autocd = true; shellAliases = { + l = "eza"; + md = "mkdir -p"; ip = "ip --color";