We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use solarized light and the pod name is unreadable. Related to #11
The text was updated successfully, but these errors were encountered:
Damn, that's a bummer. Would setting environment variables and/or flags be acceptable as a quick-fix?
alias kail='KAIL_BG_THEME=light $GOPATH/bin/kail '
Sorry, something went wrong.
Yep, I have no problems using a flag or env variable.
I'm having the same issue on macOS using kail. Using alias kail='KAIL_BG_THEME=light /usr/local/bin/kail ' or export KAIL_BG_THEME=light doesn't work.
alias kail='KAIL_BG_THEME=light /usr/local/bin/kail '
export KAIL_BG_THEME=light
Output of kail version (installed using brew):
kail version
0.15.0 (58d7816d3d93cccb1903603512e40919a843c760)
No branches or pull requests
I use solarized light and the pod name is unreadable. Related to #11
The text was updated successfully, but these errors were encountered: