specify home directory structure
This commit is contained in:
parent
0e21be8abc
commit
34303758e6
2 changed files with 21 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue