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