Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(open): don't use 'open' on linux
➜ ~ open -h Usage: open [OPTIONS] -- command Because ... This utility help you to start a program on a new virtual terminal (VT). Options: -c, --console=NUM use the given VT number; -e, --exec execute the command, without forking; -f, --force force opening a VT without checking; -l, --login make the command a login shell; -u, --user figure out the owner of the current VT; -s, --switch switch to the new VT; -w, --wait wait for command to complete; -v, --verbose print a message for each action; -V, --version print program version and exit; -h, --help output a brief help message.
- Loading branch information