From fdcce350a48bc6de17ad2d4a68b361019aaa4a09 Mon Sep 17 00:00:00 2001 From: xyz Date: Thu, 23 Sep 2021 21:14:16 -0700 Subject: o, xdg-open wrapper --- .local/bin/o | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .local/bin/o (limited to '.local/bin/o') diff --git a/.local/bin/o b/.local/bin/o new file mode 100755 index 00000000..6bf467a9 --- /dev/null +++ b/.local/bin/o @@ -0,0 +1,6 @@ +#!/bin/sh + +# 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 & -- cgit v1.2.3-70-g09d2