Files
dotfiles/etc/profile.d/xdgdirs.sh
Uttarayan Mondal d9edc1a714 Inital Commit
2021-01-26 18:43:08 +05:30

4 lines
118 B
Bash

export XDG_CACHE_HOME="$HOME/.cache"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"