env: set SVDIR to session_service dir, if DISPLAY is set

This commit is contained in:
crater2150 2021-02-16 13:08:07 +01:00
parent 18442f9a3c
commit 2d9fe00367

3
env/20_services.zsh vendored Normal file
View file

@ -0,0 +1,3 @@
if [[ $DISPLAY ]]; then
export SVDIR="$HOME/.local/session_service"
fi