env: set SVDIR to session_service dir, if DISPLAY is set
This commit is contained in:
parent
18442f9a3c
commit
2d9fe00367
3
env/20_services.zsh
vendored
Normal file
3
env/20_services.zsh
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
if [[ $DISPLAY ]]; then
|
||||
export SVDIR="$HOME/.local/session_service"
|
||||
fi
|
Loading…
Reference in a new issue