Files
castle/omoikane.profile
Lionel Sambuc abe39a16f3 Improve Makefile & shell configs
* Add cross platform support in Makefile

 * Add host-specific configurations support.
2023-04-08 11:49:38 +02:00

5 lines
101 B
Plaintext

# Add brew
if [ -x "/opt/homebrew/bin/brew" ]; then
eval "$(/opt/homebrew/bin/brew shellenv)"
fi