import-env: fail if no matching process is found

This commit is contained in:
crater2150 2023-09-04 09:59:24 +02:00
parent d5fa2e99de
commit 9b6c44cce0
7 changed files with 8 additions and 7 deletions

View file

@ -7,5 +7,5 @@ if [[ ! -e ${0:a:h}/server ]] then
exit 1
fi
source ${0:a:h:h}/import-env.zsh
import-env awesome
import-env awesome | exit 1
exec barrierc --no-daemon $(<${0:a:h}/server)