env: set SVDIR to session_service dir, if DISPLAY is set
This commit is contained in:
parent
18442f9a3c
commit
2d9fe00367
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue