From 5173238e011317bc0858da310350249313643425 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 12 Apr 2023 13:58:40 +0200 Subject: [PATCH] [misc] Add podman compose to PATH --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index bdf2466..1db1bb9 100644 --- a/.profile +++ b/.profile @@ -83,4 +83,5 @@ PATH="$GOPATH/bin:$PATH" PATH="${CARGO_HOME}/bin:$PATH" PATH="$HOME/Android/Sdk/tools/bin:$PATH" PATH="$HOME/.local/bin:$PATH" +PATH="$HOME/.local/share/containers/podman-desktop/extensions-storage/compose/bin/:$PATH" export PATH