dotfiles/.profile

5 lines
97 B
Plaintext
Raw Normal View History

2019-03-12 14:47:07 +00:00
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export EDITOR=nvim