feat(profile): include more rule from #94.
This commit is contained in:
parent
7c4c48f4c3
commit
2431ba98aa
27 changed files with 119 additions and 8 deletions
|
|
@ -39,12 +39,14 @@
|
|||
@{XDG_CACHE_HOME}=".cache"
|
||||
@{XDG_CONFIG_HOME}=".config"
|
||||
@{XDG_DATA_HOME}=".local/share"
|
||||
@{XDG_STATE_HOME}=".local/state"
|
||||
@{XDG_BIN_HOME}=".local/bin"
|
||||
@{XDG_LIB_HOME}=".local/lib"
|
||||
|
||||
# Full path of the user configuration directories
|
||||
@{user_cache_dirs}=@{HOME}/@{XDG_CACHE_HOME}
|
||||
@{user_config_dirs}=@{HOME}/@{XDG_CONFIG_HOME}
|
||||
@{user_state_dirs}=@{HOME}/@{XDG_STATE_HOME}
|
||||
@{user_bin_dirs}=@{HOME}/@{XDG_BIN_HOME}
|
||||
@{user_lib_dirs}=@{HOME}/@{XDG_LIB_HOME}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue