renamed directory quick access env var ($DOCS -> $DD)
This commit is contained in:
parent
a0cdccfa06
commit
57cd5b3611
1 changed files with 1 additions and 1 deletions
|
@ -50,6 +50,6 @@ export P10K_CONFIG_LOCATION="$SHELL_CONFIG_DIR/p10k/current"
|
||||||
### Directory and file quick access ###
|
### Directory and file quick access ###
|
||||||
###########################################
|
###########################################
|
||||||
SCD="$SHELL_CONFIG_DIR"
|
SCD="$SHELL_CONFIG_DIR"
|
||||||
DOCS="/home/blake/Documents/docs/"
|
DD="/home/blake/Documents/docs/"
|
||||||
|
|
||||||
# vim:fdm=marker:fmr=>>>,<<<:et:ft=sh:sw=3
|
# vim:fdm=marker:fmr=>>>,<<<:et:ft=sh:sw=3
|
||||||
|
|
Loading…
Add table
Reference in a new issue