From fc03d2531f364988c7542f5ff62e6094a3e74de1 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Wed, 30 Mar 2022 11:40:06 -0700 Subject: [PATCH] add directory quick access env vars --- .config/shell/env | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.config/shell/env b/.config/shell/env index 22bfeb5..bdc8774 100644 --- a/.config/shell/env +++ b/.config/shell/env @@ -1,5 +1,6 @@ # Blake's environment variables # This file should be compatible with standard sh +# shellcheck disable=SC2034 # Intelligently set $EDITOR if command -v nvim > /dev/null;then @@ -45,4 +46,10 @@ export POWERLEVEL9K_INSTANT_PROMPT=quiet export P10K_CONFIG_LOCATION="$SHELL_CONFIG_DIR/p10k/current" # <<< +########################################### +### Directory and file quick access ### +########################################### +SCD="$SHELL_CONFIG_DIR" +DOCS="/home/blake/Documents/docs/" + # vim:fdm=marker:fmr=>>>,<<<:et:ft=sh:sw=3