4 lines
85 B
Bash
4 lines
85 B
Bash
if [[ $DISPLAY && $UID != 0 ]]; then
|
|
export SVDIR="$HOME/.local/session_service"
|
|
fi
|