Add disown
This commit is contained in:
parent
092a9d897d
commit
39a6ff8f58
|
@ -53,6 +53,6 @@ http() {
|
||||||
|
|
||||||
open() {
|
open() {
|
||||||
(( ${+commands[xdg-open]} )) || return 2
|
(( ${+commands[xdg-open]} )) || return 2
|
||||||
nohup xdg-open $1 &> /dev/null &
|
nohup xdg-open "$1" &> /dev/null & disown
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue