zsh/env/20_services.zsh
2023-01-23 15:32:16 +01:00

5 lines
136 B
Bash

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