Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k.
go_version doesn't render outside of the $GOPATH. This made sense before, but now that go modules exist it would be nice if it also worked in a directory that has a go.mod file in one of the parent folders.
Have you tried to debug or fix it?
I have tried looking for solutions and found an old issue that said it would be easy to make go_version configurable to always render, but nothing beyond that.
Describe Your Issue
What is happening?
go_version
doesn't render outside of the $GOPATH. This made sense before, but now that go modules exist it would be nice if it also worked in a directory that has a go.mod file in one of the parent folders.Have you tried to debug or fix it?
I have tried looking for solutions and found an old issue that said it would be easy to make
go_version
configurable to always render, but nothing beyond that.Environment Information
This is a fresh install on a new macbook.
ZSH:
zsh 5.7.1 (x86_64-apple-darwin19.0.0)
Antigen:Antigen v2.2.2
Install I believe was via these lines my
.zshrc
config:Using iterm2, unsure on p9k version.