6 lines
112 B
Bash
6 lines
112 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# archypr:summary=Reload mako configuration (used by the Omarchy theme switching).
|
||
|
|
|
||
|
|
makoctl reload
|