Quellcode durchsuchen

Add `op` alias for `xdg-open`

`op <filename>` now opens the file with its associated desktop
application.
cinaeco vor 7 Jahren
Ursprung
Commit
041910decf
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      shell/common/directories.sh

+ 2 - 0
shell/common/directories.sh

@@ -19,3 +19,5 @@ alias 6='cd ~6'
 alias 7='cd ~7'
 alias 8='cd ~8'
 alias 9='cd ~9'
+
+alias op='xdg-open'