add cd../ shell aliases because i mistype it so often

This commit is contained in:
colin 2022-05-26 03:18:19 -07:00
parent 48a985c74e
commit 321485f56a

View File

@ -132,6 +132,9 @@
home.shellAliases = {
":q" = "exit";
# common typos
"cd.." = "cd ..";
"cd../" = "cd ../";
};
home.packages = [