#!/bin/bash # omarchy:summary=Restart the Omarchy shell # omarchy:examples=omarchy restart shell systemctl --user enable omarchy-shell.service >/dev/null systemctl --user restart omarchy-shell.service