You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zcomet is great!
It contributes a lot to lowering anxiety. 😄
But sometimes it's difficult to find what has gone wrong with your shell setup.
Let's take an example that took me some time to figure out:
$ zsh -ic 'echo ZSH and zcomet have had failures'
You need to specify a valid plugin name.
ZSH and zcomet have had failures
$
This was caused by the following incorrect command in the .zshrc file after zcomet was sourced:
zcomet load gcloud ohmyzsh plugins/gcloud
Maybe it's possible to make it easy to figure out what's wrong with some improvements to the error messages:
$ zsh -ic 'echo ZSH and zcomet have better messages'
zcomet: Failed to load 'gcloud' because an invalid plugin name was specified: plugins/gcloud
ZSH and zcomet better messages
$
The text was updated successfully, but these errors were encountered:
zcomet
is great!It contributes a lot to lowering anxiety. 😄
But sometimes it's difficult to find what has gone wrong with your shell setup.
Let's take an example that took me some time to figure out:
$ zsh -ic 'echo ZSH and zcomet have had failures' You need to specify a valid plugin name. ZSH and zcomet have had failures $
This was caused by the following incorrect command in the
.zshrc
file afterzcomet
was sourced:Maybe it's possible to make it easy to figure out what's wrong with some improvements to the error messages:
The text was updated successfully, but these errors were encountered: