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.
|
# Open file/dir in GUI.
|
||||||
# Usage: o <FILE>
|
# Usage: open <FILE>
|
||||||
function o() {
|
function open() {
|
||||||
xdg-open "${@}"
|
xdg-open "${@}"
|
||||||
}
|
}
|
||||||
|
alias o="open"
|
||||||
|
|
||||||
# Play media file from CLI. All files by default.
|
# Play media file from CLI. All files by default.
|
||||||
# Usage: play [FILE]
|
# Usage: play [FILE]
|
||||||
|
|
Loading…
Reference in a new issue