From 8bdd6c5ee0f7bb59fd00d24a48fdc980c7ba8aa8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 20 Jun 2021 04:23:59 -0400 Subject: make smt use alpine instead of debian it has very few dependencies, so this seems to work fine (unlike reply which needs to do things like compile xs modules) --- config/sh/aliases | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/sh/aliases b/config/sh/aliases index c161a21..5a639f6 100644 --- a/config/sh/aliases +++ b/config/sh/aliases @@ -40,6 +40,7 @@ alias svim="vim -i NONE -u NONE -U NONE --noplugin --cmd 'set noswapfile' --cmd 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" # }}} # vim:ft=sh:fdm=marker -- cgit v1.2.3-54-g00ecf