diff options
author | Martin Fischer <martin@push-f.com> | 2025-09-28 12:49:23 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-10-05 22:45:54 +0200 |
commit | 16715e8187de01ed2c257e213bfc1967aef80843 (patch) | |
tree | 3a3f942d9c9a228aefa0965d1fea99b9a8fd91f2 | |
parent | 5607d62770cd51bcab9e06071845f338ed6e4c20 (diff) |
-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" |