✨ perf(xdg): Add XDG dir global vars
This commit is contained in:
parent
3e07a9670c
commit
6b6013ac2c
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@
|
|||
# Base path.
|
||||
set -Ux fish_user_paths "$HOME/.local/bin"
|
||||
|
||||
# Config files.
|
||||
set -Ux XDG_CONFIG_HOME "$HOME/.config"
|
||||
set -Ux XDG_CACHE_HOME "$HOME/.cache"
|
||||
set -Ux XDG_DATA_HOME "$HOME/.local/share"
|
||||
set -Ux XDG_STATE_HOME "$HOME/.local/state"
|
||||
|
||||
# Projects dir.
|
||||
set -gx HACK "$HOME/hackin"
|
||||
|
||||
|
|
Loading…
Reference in a new issue