Add minor env var and alias changes

This commit is contained in:
david
2025-08-20 21:56:14 -05:00
parent 1fab6dcf8e
commit 7427db9b05
4 changed files with 5 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ export EDITOR='nvim'
# env vars used for my organization structure
export DIR_HOME_BOX="$HOME/dbox"
export DIR_DEV="$HOME/dev"
export DIR_GIT_PROJECTS="$DIR_DEV/git"
# util dirs; do not change without checking impact on xdg base dirs
export DIR_LOCAL="$HOME/.local"