From a8e3437a948cf75195193c7f30356e2bea3388b7 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sun, 27 Aug 2023 12:51:32 -0500 Subject: feat(sheldon): move sheldon to pkg and add install script --- sheldon/.config/profile.d/20-sheldon.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sheldon/.config/profile.d/20-sheldon.sh (limited to 'sheldon/.config/profile.d') diff --git a/sheldon/.config/profile.d/20-sheldon.sh b/sheldon/.config/profile.d/20-sheldon.sh new file mode 100644 index 0000000..bc0e4f5 --- /dev/null +++ b/sheldon/.config/profile.d/20-sheldon.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +SHELDON_PROFILE="$(uname -r 2>/dev/null | rev | cut -d- -f1 | rev)" +export SHELDON_PROFILE -- cgit v1.2.3-70-g09d2