Files
.dotfiles/.zprofile
2026-04-03 12:38:12 -04:00

4 lines
132 B
Bash

export XDG_CACHE_HOME=$HOME/.cache
export XDG_CONFIG_HOME=$HOME/.config
export PATH=$HOME/.local/bin:$XDG_CONFIG_HOME/scripts:$PATH