Add some more cd .. aliases
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sijmen 2022-11-03 00:00:18 +01:00
parent d62f1503c0
commit 9a63b340ec
Signed by: vijfhoek
GPG key ID: DAF7821E067D9C48

View file

@ -76,6 +76,9 @@
shellAliases = { shellAliases = {
".." = "cd .."; ".." = "cd ..";
"..." = "cd ../.."; "..." = "cd ../..";
"...." = "cd ../../..";
"....." = "cd ../../../..";
o = "xdg-open"; o = "xdg-open";
ncdu = "ncdu --color dark"; ncdu = "ncdu --color dark";