summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-10 15:11:46 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-10 15:11:46 -0400
commitab2f02abbe70bcc027be6dee2c37a346c37e51b5 (patch)
tree693efa73e06b3e954b3bf6b912e813cf9dab93ab
parent315738033a5effd5b4e2d730f7984672d9df24ea (diff)
downloadconf-ab2f02abbe70bcc027be6dee2c37a346c37e51b5.tar.gz
conf-ab2f02abbe70bcc027be6dee2c37a346c37e51b5.zip
also add an alias for an arch container
-rw-r--r--config/sh/aliases1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/sh/aliases b/config/sh/aliases
index 5a639f6..97a1457 100644
--- a/config/sh/aliases
+++ b/config/sh/aliases
@@ -41,6 +41,7 @@ alias wifi="sudo systemctl restart iwd"
alias debian="podman run --rm -itv "${HOME}:${HOME}" docker.io/debian:stable bash"
alias ubuntu="podman run --rm -itv "${HOME}:${HOME}" docker.io/ubuntu:latest bash"
alias alpine="podman run --rm -itv "${HOME}:${HOME}" docker.io/alpine:latest sh"
+alias arch="podman run --rm -itv "${HOME}:${HOME}" docker.io/archlinux:latest sh"
# }}}
# vim:ft=sh:fdm=marker