zsh/env/20_services.zsh

4 lines
85 B
Bash
Raw Normal View History

2021-12-03 14:10:31 +00:00
if [[ $DISPLAY && $UID != 0 ]]; then
export SVDIR="$HOME/.local/session_service"
fi