Add env vars

This commit is contained in:
crater2150 2023-01-23 15:31:22 +01:00
parent 2ae1f05e82
commit 77214e5f5e
2 changed files with 2 additions and 0 deletions

1
env/20_services.zsh vendored
View file

@ -1,3 +1,4 @@
if [[ $DISPLAY && $UID != 0 ]]; then
export SVDIR="$HOME/.local/session_service"
export SVDIR_TEMPLATES="$HOME/.service-available"
fi