Minor changes to some functions

This commit is contained in:
crater2150 2021-12-03 15:10:31 +01:00
parent 118704ae78
commit b63655c492
4 changed files with 12 additions and 6 deletions

2
env/20_services.zsh vendored
View file

@ -1,3 +1,3 @@
if [[ $DISPLAY ]]; then
if [[ $DISPLAY && $UID != 0 ]]; then
export SVDIR="$HOME/.local/session_service"
fi