diff --git a/lib/shared.mk b/lib/shared.mk index 1dcdb98..a2459de 100644 --- a/lib/shared.mk +++ b/lib/shared.mk @@ -15,7 +15,7 @@ return_val_truthy := && echo true || echo false cmd_exist = $(shell (($$+commands[$1])) $(return_val_truthy) ) # Shortcut for the XDG dir if it exist. default to ~/.confg -XDG_DIR := $${XDG_CONFIG_DIR:-~/.config} +XDG_DIR := $${XDG_CONFIG_HOME:-~/.config} # Some things will OS specific. # With this you can use `$(IS_MAC) && echo "I'm a Mac" || echo "I'm not a Mac"`