From 4c1e1e267e23014d114db33b90057ed2e7e89edf Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 12 Oct 2023 21:10:23 +0200 Subject: add `fork` script --- .local/share/bin/fork | 2 ++ .profile | 1 + 2 files changed, 3 insertions(+) create mode 100755 .local/share/bin/fork diff --git a/.local/share/bin/fork b/.local/share/bin/fork new file mode 100755 index 0000000..cd7e68a --- /dev/null +++ b/.local/share/bin/fork @@ -0,0 +1,2 @@ +#!/bin/sh +"$@" &> /dev/null & disown diff --git a/.profile b/.profile index cfa93dc..ce2d4c3 100644 --- a/.profile +++ b/.profile @@ -23,6 +23,7 @@ alias m="neomutt" alias y="yay" alias n="ncmpcpp" alias c="khal" +alias f="fork" # "functions" alias reload="sudo systemctl restart lightdm" -- cgit v1.2.3