From ebf51f3a41b073f560270bd036d6a411422fbb66 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 14 Sep 2022 14:09:23 +0100 Subject: [PATCH] Add $ACP/bin to path --- roles/home-cli/files/bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-cli/files/bash_profile b/roles/home-cli/files/bash_profile index 81afd4c..c289bdf 100644 --- a/roles/home-cli/files/bash_profile +++ b/roles/home-cli/files/bash_profile @@ -99,6 +99,7 @@ for dir in "$HOME/.local/bin" \ "$HOME/.cargo/bin" \ "$XDG_DATA_HOME/gem/ruby/bin" \ "$XDG_DATA_HOME/flatpak/exports/bin" \ + "$ACP/bin" \ /opt/local/bin \ /opt/local/sbin \ /var/lib/flatpak/exports/bin \