Add disown

This commit is contained in:
Sam A. 2022-07-06 13:27:00 +02:00
parent 092a9d897d
commit 39a6ff8f58
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -53,6 +53,6 @@ http() {
open() {
(( ${+commands[xdg-open]} )) || return 2
nohup xdg-open $1 &> /dev/null &
nohup xdg-open "$1" &> /dev/null & disown
}