Add o alias for xdg-open

This commit is contained in:
Sijmen 2022-10-25 15:51:15 +02:00
parent 42ec785632
commit 8281a02354
Signed by: vijfhoek
GPG Key ID: DAF7821E067D9C48
1 changed files with 1 additions and 0 deletions

View File

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