Add XDG_DATA_HOME

This commit is contained in:
Daniel Flanagan 2022-02-07 15:20:19 -06:00
parent d23da598fe
commit 14ce495a1a
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
2 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,8 @@
set --export --universal XDG_CONFIG_HOME $HOME/.config
set --export --universal XDG_CACHE_HOME $HOME/.cache
set --export --universal XDG_DATA_HOME $HOME/.local/share
set --export --universal XDG_STATE_HOME $HOME/.local/state
set --export --universal DOTFILES_PATH $XDG_CONFIG_HOME/lytedev-dotfiles
set --export --universal ENV_PATH $XDG_CONFIG_HOME/lytedev-env
set --export --universal FISH_PATH $XDG_CONFIG_HOME/fish

View File

@ -72,6 +72,12 @@
[push]
default = current
[sendemail]
smtpserver = smtp.mailgun.org
smtpuser = daniel@lyte.dev
smtrpencryption = tls
smtpserverport = 587
[include]
path = ~/.config/lytedev-env/host-layer-personal/gitconfig
path = ~/.config/lytedev-env/divvy/gitconfig