fixed la zsh alias.

This commit is contained in:
Gabe Venberg 2024-05-14 05:17:52 -05:00
parent 07a4bf6477
commit c5faa74fd9

View file

@ -64,7 +64,7 @@
}; };
shellAliases = { shellAliases = {
ll = "ls -lh"; ll = "ls -lh";
la = "-lha"; la = "ls -lha";
please = "sudo $(fc -ln -1)"; please = "sudo $(fc -ln -1)";
pyactivate = "source ./.venv/bin/activate"; pyactivate = "source ./.venv/bin/activate";
}; };