feat: add . as an alias for ..

This commit is contained in:
Jet Pham 2026-02-28 14:27:13 -08:00
parent 632089c4c5
commit 114199ec06
No known key found for this signature in database

View file

@ -201,6 +201,7 @@
programs.bash = {
enable = true;
shellAliases = {
"." = "z ..";
".." = "z ..";
j = "jj";
jgf = "jj git fetch";