Files
arthur-os/bin/omarchy-restart-shell
T

8 lines
203 B
Bash
Executable File

#!/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