-
Notifications
You must be signed in to change notification settings - Fork 546
zinit dcs #2711
New issue
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
base: master
Are you sure you want to change the base?
zinit dcs #2711
Conversation
@@ -4520,7 +4523,7 @@ dependency, or running some kind of codegen step. | |||
`just`, on the other hand, is for all the other miscellaneous commands you | |||
might run as part of development. Things like running tests in different | |||
configurations, linting your code, pushing build artifacts to a server, | |||
removing temporary files, and the like. | |||
removing temporary files, and the like.pppppp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this line was accidentally added to the commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove accidental changes.
*zinit Note:* If you are using zinit, [here's example](https://github.com/iloveitaly/dotfiles/blob/a18fd4b0745877cfa03de2736caa39af49525afa/.zsh_plugins#L51) of how to install `just` | ||
shell completions easily. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That link seems like a lot of indirection for this code, which seems simple enough to copy-paste directly in the README? I don't use zsh
myself, although I do have a very similar snippet in my bashrc
, am I missing some context to understand a purpose of the layers of indirection in zsh
config?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure i follow. There is a single zinit plugin here:
https://gist.githubusercontent.com/iloveitaly/9103604f442e0474dd18b4acd596739a/raw/just.plugin.zsh
link to example zinit installation