Extend disabling of set -e

This commit is contained in:
RealStickman 2022-06-05 20:36:01 +02:00
parent 89160ba6e5
commit b2fccb7301

View File

@ -501,10 +501,11 @@ set +e
if [[ -f "$HOME/.Xresources" ]]; then
xrdb ~/.Xresources
fi
set -e
# execute feh
# TODO fails without display
"$HOME/.fehbg"
set -e
# NOTE working now
# if [[ "$(ps aux | grep "FIXME")" ]]; then ...