aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sheldon/.config/profile.d
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-08-27 12:51:32 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-08-27 12:51:32 -0500
commita8e3437a948cf75195193c7f30356e2bea3388b7 (patch)
treedc62f441fc21bed9f6364b7fac607c09795606b1 /sheldon/.config/profile.d
parent35383512da5acbfdf79f666056f4dddab914b843 (diff)
feat(sheldon): move sheldon to pkg and add install script
Diffstat (limited to 'sheldon/.config/profile.d')
-rw-r--r--sheldon/.config/profile.d/20-sheldon.sh4
1 files changed, 4 insertions, 0 deletions
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