fix XDG_CONFIG_HOME naming
This commit is contained in:
parent
283f86a6ba
commit
4eb00e6915
4 changed files with 6 additions and 9 deletions
3
.profile
3
.profile
|
|
@ -1,5 +1,4 @@
|
|||
export XDG_CONFIG_DIR="$HOME/.config"
|
||||
export XDG_CONFIG_HOME=$XDG_CONFIG_DIR
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
|
||||
export EDITOR=nvim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue