Refactor zsh configs

This commit is contained in:
2025-04-04 16:55:39 -05:00
parent 06c3ef0b40
commit a8f1fcfaa8
6 changed files with 22 additions and 19 deletions

View File

@@ -0,0 +1,10 @@
# env vars
export EDITOR='vim' # TODO: update to nvim once configured
export HOME_BOX="$HOME/dbox"
export DIR_DEV="$HOME/dev"
export DIR_CONFIG="$HOME/.config"
export XDG_CONFIG_HOME=$DIR_CONFIG
export ZDOTDIR="$DIR_CONFIG/zsh"
export DIR_LOCAL="$HOME/.local"
export DIR_BUILD="$DIR_LOCAL/build"