this'll work better ig

This commit is contained in:
yigid balaban 2024-10-22 17:52:52 +03:00
parent 0602eb1bf7
commit 7e300fc04e
Signed by: fyb
GPG Key ID: CF1BBD1336C0A3D6

View File

@ -10,4 +10,6 @@
# vars none
# reload none
kill -USR1 $(pgrep -f 'nvim')
if pids=$(pgrep -fx 'nvim'); then
echo "$pids" | xargs kill -USR1
fi