From 7241a25293350d2be1403764c373751a0691f8e6 Mon Sep 17 00:00:00 2001 From: fanyx Date: Tue, 21 Jan 2025 17:11:32 +0100 Subject: [PATCH] zsh: add env vars to profile --- .void.zprofile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.void.zprofile b/.void.zprofile index b156a7c..9df8358 100644 --- a/.void.zprofile +++ b/.void.zprofile @@ -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" +