Readded autojump

This commit is contained in:
2023-12-20 09:46:22 -04:00
parent e96fb19078
commit 4c1be5bd45
3 changed files with 7 additions and 2 deletions

View File

@@ -5,6 +5,5 @@
home.shellAliases = {
cd = "z";
j = "echo 'j is deprecated, use z' && z";
};
}