4 lines
97 B
Bash
4 lines
97 B
Bash
export XDG_CONFIG_HOME="$HOME/.config"
|
|
export XDG_CACHE_HOME="$HOME/.cache"
|
|
|
|
export EDITOR=nvim
|