specify home directory structure

This commit is contained in:
Marty Oehme 2019-03-22 11:49:12 +01:00
parent 0e21be8abc
commit 34303758e6
2 changed files with 21 additions and 0 deletions

View file

@ -1,3 +1,9 @@
# these are mandatory for the shell to work
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
# these are my personal 'important' directories
export XDG_PROJECTS_DIR="$HOME/projects"
export EDITOR=nvim