Extend disabling of set -e
This commit is contained in:
parent
89160ba6e5
commit
b2fccb7301
@ -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 ...
|
||||
|
Loading…
Reference in New Issue
Block a user