From 2f26c06d2d150a58009ea88e02be216dfa17f408 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sat, 15 Oct 2022 15:26:39 -0700 Subject: [PATCH] env: add SS env var for shrc --- .config/shell/env | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/shell/env b/.config/shell/env index a83d73a..c4e207a 100644 --- a/.config/shell/env +++ b/.config/shell/env @@ -93,6 +93,7 @@ export P10K_CONFIG_LOCATION="${P10K_CONFIG_LOCATION:-"$SHELL_CONFIG_DIR/p10k/cur ### Directory and file quick access ### ########################################### S="$SHELL_CONFIG_DIR" +export SS="$S/shrc" DD="$DOCS_DIR" C=~/code/spu/ds2/src