diff options
-rw-r--r-- | user/zsh/zshrc-workstation.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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" |