Refactor zsh configs

This commit is contained in:
david
2025-01-26 17:07:58 -06:00
parent 36ba8bd5a9
commit 35617f4280
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"