From ab2c5bb71cd9ecac06c929371c26d70a2a3bff30 Mon Sep 17 00:00:00 2001 From: The_miro Date: Wed, 2 Apr 2025 23:59:06 +0200 Subject: [PATCH] figured out how to do it right with the alpine thing. checking for gcc works well i thonk --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index b9e55ab..fa5d6b7 100755 --- a/.zshrc +++ b/.zshrc @@ -1,4 +1,5 @@ -if [ "${CONTAINER_ID}" != "alpine" ]; then +gnuloc=$(command -v gcc) +if [ "${gnuloc}" = "/usr/bin/gcc" ]; then #source ~/.bash_profile # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH