figured out how to do it right with the alpine thing. checking for gcc works well i thonk

main
The_miro 2025-04-02 23:59:06 +02:00
parent bfc8362959
commit ab2c5bb71c
1 changed files with 2 additions and 1 deletions

3
.zshrc
View File

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