nix/home/program/bash/module/File.sh

6 lines
76 B
Bash
Raw Normal View History

2024-12-18 10:54:24 +03:00
# Open file/dir in GUI.
# Usage: o <FILE>
function o() {
xdg-open "${@}"
}