feat(tunable): add bin to XDG_BIN_DIR.
So it can get allowed/denied by profile using user_bin_dirs. see #811
This commit is contained in:
parent
e2b1547bf1
commit
44a6bc86e6
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
@{XDG_CONFIG_DIR}=".config"
|
||||
@{XDG_DATA_DIR}=".local/share"
|
||||
@{XDG_STATE_DIR}=".local/state"
|
||||
@{XDG_BIN_DIR}=".local/bin"
|
||||
@{XDG_BIN_DIR}="bin" ".local/bin"
|
||||
@{XDG_LIB_DIR}=".local/lib"
|
||||
|
||||
# Define extended user directories not defined in the XDG standard but commonly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue