mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-05 20:28:25 +02:00
8 lines
203 B
Bash
Executable File
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
|