refactor: rename fedora to base

This commit is contained in:
Job
2026-03-15 11:10:02 +01:00
parent a1f7a46a73
commit 16841bb334
10 changed files with 12 additions and 12 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
export DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/bus
host-spawn -cwd "${PWD/#$HOME/$HOST_HOME}" \
$([ "$(basename "$0")" != "host" ] && echo "$(basename "$0")") "$@"