Add minor env var and alias changes

This commit is contained in:
2025-08-20 21:56:14 -05:00
parent fd4a95bc36
commit 34a62957e8
5 changed files with 5 additions and 5 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"