I have both Go and Crystal installed on macOS.
GOPATH Directory: export PATH=$PATH:/usr/local/go/bin
Crystal Location: /usr/local/bin/crystal
When I initialize a crystal app with crystal init app fizzbuzz (example) in the terminal, the fizzbuzz.cr is located in /usr/local/go/bin/fizzbuzz.
How can I ensure it initializes in /usr/local/bin/crystal instead?