mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Supress pgrep output
This commit is contained in:
parent
5533f152bd
commit
0fff92b396
|
@ -380,7 +380,7 @@ winch_handler() {
|
|||
tail --follow "$FIFO_UEBERZUG" | ueberzug layer --silent --parser json &
|
||||
fi
|
||||
preview_file "$(cat "$CURSEL")"
|
||||
if ! kill -0 "$NNN_PARENT" || ! pgrep nnn; then
|
||||
if ! kill -0 "$NNN_PARENT" || ! pgrep nnn >/dev/null; then
|
||||
pkill -P "$$"
|
||||
fi
|
||||
} 2>/dev/null
|
||||
|
|
Loading…
Reference in a new issue