Refactor zsh configs
This commit is contained in:
10
src_files/.config/zsh/.zshenv
Normal file
10
src_files/.config/zsh/.zshenv
Normal 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"
|
||||
|
Reference in New Issue
Block a user