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
|
if [[ -f "$HOME/.Xresources" ]]; then
|
||||||
xrdb ~/.Xresources
|
xrdb ~/.Xresources
|
||||||
fi
|
fi
|
||||||
set -e
|
|
||||||
|
|
||||||
# execute feh
|
# execute feh
|
||||||
|
# TODO fails without display
|
||||||
"$HOME/.fehbg"
|
"$HOME/.fehbg"
|
||||||
|
set -e
|
||||||
|
|
||||||
# NOTE working now
|
# NOTE working now
|
||||||
# if [[ "$(ps aux | grep "FIXME")" ]]; then ...
|
# if [[ "$(ps aux | grep "FIXME")" ]]; then ...
|
||||||
|
Loading…
Reference in New Issue
Block a user