feat: Moves local scripts directory. Handles systemd configurations.

This commit is contained in:
2025-09-28 10:04:15 -04:00
parent e5baef9bac
commit 28903f8078
50 changed files with 323 additions and 271 deletions

12
env/.local/scripts/haasz vendored Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
set -e
# Uses the `zet` command setting the directory to the
# Housh As A System zet repository.
main() {
(ZETDIR="$HAASZET" eval zet "$@")
}
main "$@"