dotfiles/.config/shell/login.d/xdg.sh

12 lines
242 B
Bash
Raw Normal View History

2019-07-24 05:33:28 +00:00
#!/bin/sh
2019-03-22 10:49:12 +00:00
# these are mandatory for the shell to work
2019-03-12 14:47:07 +00:00
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
2019-03-22 10:49:12 +00:00
# these are my personal 'important' directories
export XDG_PROJECTS_DIR="$HOME/projects"
export EDITOR=nvim