Revert "feat(tunable): add bin to XDG_BIN_DIR."

This reverts commit 44a6bc86e6.
This commit is contained in:
Alexandre Pujol 2025-08-15 11:27:34 +02:00
parent 9c9af1d821
commit 5f368403b3
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -16,7 +16,7 @@
@{XDG_CONFIG_DIR}=".config" @{XDG_CONFIG_DIR}=".config"
@{XDG_DATA_DIR}=".local/share" @{XDG_DATA_DIR}=".local/share"
@{XDG_STATE_DIR}=".local/state" @{XDG_STATE_DIR}=".local/state"
@{XDG_BIN_DIR}="bin" ".local/bin" @{XDG_BIN_DIR}=".local/bin"
@{XDG_LIB_DIR}=".local/lib" @{XDG_LIB_DIR}=".local/lib"
# Define extended user directories not defined in the XDG standard but commonly # Define extended user directories not defined in the XDG standard but commonly