From 16715e8187de01ed2c257e213bfc1967aef80843 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 28 Sep 2025 12:49:23 +0200 Subject: fix(workstation): workaround for podman dbus error --- user/zsh/zshrc-workstation.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'user/zsh/zshrc-workstation.sh') diff --git a/user/zsh/zshrc-workstation.sh b/user/zsh/zshrc-workstation.sh index 93ac430..9a255a7 100644 --- a/user/zsh/zshrc-workstation.sh +++ b/user/zsh/zshrc-workstation.sh @@ -5,6 +5,9 @@ alias code='codium' alias zed=zeditor alias scc='scc --no-cocomo --no-size --no-gen --sort code' +# workaround for `podman run` failing with `sd-bus call: Process org.freedesktop.systemd1 exited with status 1: Input/output error` +alias podman='DBUS_SESSION_BUS_ADDRESS= podman' + ## Environment variables export CARGO_HOME="$HOME/.local/share/cargo" export GOPATH="$HOME/.local/share/go" -- cgit v1.2.3