From 67378437166186545c2739d4cbfdc6f13cde468b Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 16 Feb 2023 23:04:31 +0000 Subject: [PATCH] Add prust alias --- roles/home-cli/files/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index b8ba5c1..3e4b886 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -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 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 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' # Set up SSH agent if it's not already running.