From 53ba72e5f781198608369130fb047af6837f89a2 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Fri, 12 Jul 2024 08:05:09 -0700 Subject: [PATCH] fish: fix podman alias --- .config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index d2a0f98..58150a6 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -15,7 +15,7 @@ set -gx PAGER less set -Uq fish_features || set -U fish_features all string match -q "$TERM_PROGRAM" vscode && set -gx EDITOR code --wait command -q delta || set -gx GIT_PAGER $PAGER -command -q docker || functions -e docker +command -q docker podman || functions -e docker # Daily update up --auto