Add some more cd .. aliases
continuous-integration/drone/push Build is failing Details

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
1 changed files with 3 additions and 0 deletions

View File

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