Files

8 lines
117 B
Bash
Raw Permalink Normal View History

#!/bin/bash
# archypr:summary=Reload Helix configuration
if pgrep -x helix >/dev/null; then
pkill -USR1 helix
fi