From 790231af98bfe3fabf3684eeb1b503e710ef915f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 29 Jul 2022 09:59:22 +1200 Subject: Move x() shortcut to X11 directory and target --- sh/shrc.d/x.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 sh/shrc.d/x.sh (limited to 'sh/shrc.d') diff --git a/sh/shrc.d/x.sh b/sh/shrc.d/x.sh deleted file mode 100644 index ed921c68..00000000 --- a/sh/shrc.d/x.sh +++ /dev/null @@ -1,7 +0,0 @@ -# Most systems won't have X, so we'll only define this if we have startx(1) -command -v startx >/dev/null 2>&1 || return - -# Quick one-key command to launch an X session -x() { - exec startx "$@" -} -- cgit v1.2.3