dotfiles/home/apps/zsh/functions/open

4 lines
72 B
Bash

# vim:ft=zsh
function open() {
nohup xdg-open "$*" > /dev/null 2>&1
}