From b32853ccc76750c1c6e04db4ba61b3c4d9d187c1 Mon Sep 17 00:00:00 2001 From: xyz Date: Thu, 23 Sep 2021 22:02:06 -0700 Subject: o, bug fix? close stderr --- .local/bin/o | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/o b/.local/bin/o index 6bf467a9..2e1230fd 100755 --- a/.local/bin/o +++ b/.local/bin/o @@ -3,4 +3,4 @@ # I don't care about errors, I don't want to handle errors, just shut up please. # I don't understand nohup, may be useful in the future # https://wiki.archlinux.org/title/default_applications -xdg-open "$@" 0<&- >&- 2>&1 & +xdg-open "$@" 0<&- >&- 2>&- & -- cgit v1.2.3-70-g09d2