Add o alias for xdg-open
This commit is contained in:
parent
42ec785632
commit
8281a02354
|
@ -85,6 +85,7 @@
|
|||
shellAliases = {
|
||||
".." = "cd ..";
|
||||
"..." = "cd ../..";
|
||||
o = "xdg-open";
|
||||
|
||||
ncdu = "ncdu --color dark";
|
||||
|
||||
|
|
Loading…
Reference in New Issue