4 lines
72 B
Bash
4 lines
72 B
Bash
if [[ $DISPLAY ]]; then
|
|
export SVDIR="$HOME/.local/session_service"
|
|
fi
|
if [[ $DISPLAY ]]; then
|
|
export SVDIR="$HOME/.local/session_service"
|
|
fi
|