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