summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/o6
1 files changed, 6 insertions, 0 deletions
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 &