added lzd sehll alias

This commit is contained in:
John Lancaster
2026-03-10 00:19:05 -05:00
parent 3285a6a04f
commit c26bbdfd9c

View File

@@ -17,6 +17,9 @@
echo "Hello from docker.nix!" echo "Hello from docker.nix!"
'') '')
]; ];
home.shellAliases = {
lzd = "lazydocker";
};
}; };
}; };
} }