add directory quick access env vars

This commit is contained in:
PowerUser64 2022-03-30 11:40:06 -07:00
parent df0c4bfc16
commit fc03d2531f

View file

@ -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