dotfiles/.profile

6 lines
135 B
Plaintext
Raw Normal View History

export XDG_CONFIG_DIR="$HOME/.config"
2019-02-24 23:38:18 +00:00
export XDG_CONFIG_HOME=$XDG_CONFIG_DIR
export XDG_CACHE_HOME="$HOME/.cache"
export EDITOR=nvim