From 57cd5b361170b356dc87ae42e6ee6cfce26a6b97 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sun, 3 Apr 2022 22:59:25 -0700 Subject: [PATCH] renamed directory quick access env var ($DOCS -> $DD) --- .config/shell/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/env b/.config/shell/env index bdc8774..598f80a 100644 --- a/.config/shell/env +++ b/.config/shell/env @@ -50,6 +50,6 @@ export P10K_CONFIG_LOCATION="$SHELL_CONFIG_DIR/p10k/current" ### Directory and file quick access ### ########################################### SCD="$SHELL_CONFIG_DIR" -DOCS="/home/blake/Documents/docs/" +DD="/home/blake/Documents/docs/" # vim:fdm=marker:fmr=>>>,<<<:et:ft=sh:sw=3