zsh: add env vars to profile

This commit is contained in:
fanyx 2025-01-21 17:11:32 +01:00
parent 7644c63dd0
commit 7241a25293
1 changed files with 3 additions and 0 deletions

View File

@ -46,3 +46,6 @@ if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
export MOZ_ENABLE_WAYLAND=1
fi
export XBPS_DISTDIR="$HOME/git/void-packages"
export SVDIR="$HOME/sv"