moovweb / gvm

Go Version Manager
http://github.com/moovweb/gvm
MIT License
9.88k stars 520 forks source link

Fixed installer issue: macOS Catalina and later uses zsh as default #398

Closed bryonbaker closed 11 months ago

MattSainz commented 2 years ago

Just tried this locally. Not super knowledgeable about how all this profile information is set up but id -F is different from my actual user name (my machine was set up my my it department so unsure if this common) to get this to work though I was able to use finger $(id -u -n)

bryonbaker commented 2 years ago

You are correct. id -F is the user's full name. If your full name is the same as your login id then it works. I'll update the pull request.

bryonbaker commented 2 years ago

See pull request #399