diff options
-rwxr-xr-x | .local/bin/o | 2 |
1 files changed, 1 insertions, 1 deletions
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>&- & |