added eza command to shell enter

This commit is contained in:
John Lancaster
2025-09-13 13:23:59 -05:00
parent 012e9be1dd
commit 6afe931245

View File

@@ -13,6 +13,7 @@
# LLVM tools for WebAssembly compilation
llvm
lld
eza
];
# https://devenv.sh/languages/
@@ -49,6 +50,7 @@
enterShell = ''
hello
versions
eza -laT -I "*.dist-info" .devenv/state/venv/lib/python3.12/site-packages
'';
# https://devenv.sh/tasks/