From 54cfe0ecab4898e5b99581df618ee2e8e6aaead5 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Fri, 19 Jul 2024 20:04:37 -0700 Subject: [PATCH] up: fix podman alias --- .config/fish/functions/up.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/fish/functions/up.fish b/.config/fish/functions/up.fish index 6217034..6e40d14 100644 --- a/.config/fish/functions/up.fish +++ b/.config/fish/functions/up.fish @@ -116,6 +116,8 @@ for item in (functions -a | string replace -rf "^__up_(?!all|auto|help)" "") switch $item case apt set cmd apt-get + case docker + set cmd docker podman case dotfiles set cmd yadm case fisher