Add prust alias

This commit is contained in:
Anthony Rose 2023-02-16 23:04:31 +00:00
parent 489fffef58
commit 6737843716

View file

@ -251,6 +251,7 @@ export _acp_podman_run='podman run --rm --interactive --tty --security-opt label
alias adoc='$_acp_podman_run --volume "$(pwd)":/documents docker.io/asciidoctor/docker-asciidoctor:latest' alias adoc='$_acp_podman_run --volume "$(pwd)":/documents docker.io/asciidoctor/docker-asciidoctor:latest'
alias pgo='$_acp_podman_run --volume "$(pwd)":/build --workdir /build docker.io/library/golang:latest' alias pgo='$_acp_podman_run --volume "$(pwd)":/build --workdir /build docker.io/library/golang:latest'
alias prun='$_acp_podman_run --volume "$HOME":"$HOME" --volume "$XDG_RUNTIME_DIR":"$XDG_RUNTIME_DIR" --env XDG_RUNTIME_DIR="$XDG_RUNTIME_DIR" --env XDG_SESSION_TYPE=wayland --ipc host' alias prun='$_acp_podman_run --volume "$HOME":"$HOME" --volume "$XDG_RUNTIME_DIR":"$XDG_RUNTIME_DIR" --env XDG_RUNTIME_DIR="$XDG_RUNTIME_DIR" --env XDG_SESSION_TYPE=wayland --ipc host'
alias prust='$_acp_podman_run --volume "$(pwd)":/build --workdir /build docker.io/library/rust:latest'
alias pruncerts='prun --volume /etc/pki/ca-trust:/etc/pki/ca-trust:ro --volume /etc/ssl/certs:/etc/ssl/certs:ro' alias pruncerts='prun --volume /etc/pki/ca-trust:/etc/pki/ca-trust:ro --volume /etc/ssl/certs:/etc/ssl/certs:ro'
# Set up SSH agent if it's not already running. # Set up SSH agent if it's not already running.