8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
# some default
|
|
export EDITOR="nvim"
|
|
|
|
# XDG dir spec
|
|
export XDG_CONFIG_HOME="$HOME/.config"
|
|
export XDG_DATA_HOME="$HOME/.local/share"
|
|
export XDG_CACHE_HOME="$HOME/.cache"
|