dotfiles/home/apps/zsh/functions/open

5 lines
72 B
Text
Raw Normal View History

2023-07-28 23:47:27 +02:00
# vim:ft=zsh
function open() {
nohup xdg-open "$*" > /dev/null 2>&1
}