dotfiles/dot_zprofile
Julien Negrotto 7d9b87491a First commit
Add configs files for:

- Git
- ZSH
- Kitty
- Sway
- SwayNC
- Waybar
- Neovim
2025-10-23 14:53:47 -05:00

11 lines
413 B
Plaintext

# XDG environment variables
#
# Good to explicitly set these, and sticking with the defaults helps ensure
# compatibility with programs that don't bother checking for them.
XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-"$HOME/.config"}
XDG_DATA_HOME=${XDG_DATA_HOME:-"$HOME/.local/share"}
XDG_CACHE_HOME=${XDG_CACHE_HOME:-"$HOME/.cache"}
XDG_STATE_HOME=${XDG_STATE_HOME:-"$HOME/.local/state"}
PATH="$PATH:$HOME/.local/bin"