zsh/env/20_services.zsh
2021-12-03 15:11:37 +01:00

4 lines
85 B
Bash

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