[misc] Add podman compose to PATH

This commit is contained in:
Lucien Cartier-Tilet 2023-04-12 13:58:40 +02:00
parent 627de377b4
commit 5173238e01
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 0 deletions

View File

@ -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