File : Rename base xdg-open function to open.
This commit is contained in:
parent
c455433bb8
commit
ed912e1694
|
@ -1,8 +1,9 @@
|
|||
# Open file/dir in GUI.
|
||||
# Usage: o <FILE>
|
||||
function o() {
|
||||
# Usage: open <FILE>
|
||||
function open() {
|
||||
xdg-open "${@}"
|
||||
}
|
||||
alias o="open"
|
||||
|
||||
# Play media file from CLI. All files by default.
|
||||
# Usage: play [FILE]
|
||||
|
|
Loading…
Reference in a new issue