add directory quick access env vars
This commit is contained in:
parent
df0c4bfc16
commit
fc03d2531f
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue