This commit is contained in:
francois
2025-11-10 13:26:16 +01:00
parent f4670fb51a
commit 788fc9b7c4
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# 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"