From 704bd0c698ede1764816fb47bcbaaf03cfb99112 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Tue, 9 Aug 2022 18:36:28 -0700 Subject: [PATCH] shell: export $S --- .config/shell/env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/shell/env b/.config/shell/env index b8307a6..8b8ee0b 100644 --- a/.config/shell/env +++ b/.config/shell/env @@ -90,4 +90,6 @@ S="$SHELL_CONFIG_DIR" DD="$DOCS_DIR" C=~/code/spu/ds2/src +export S # this makes it easier to load the shrc while in posix sh + # vim:fdm=marker:fmr=>>>,<<<:et:ft=sh:sw=3:ts=3