This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Install clean just completions with submodule support for zsh. | |
| # Paste this entire block into your terminal. | |
| # | |
| # What it does: | |
| # 1. Writes a patched _just completion to ~/.zfunc/_just | |
| # 2. Adds ~/.zfunc to your zsh fpath (if not already there) | |
| # 3. Clears the completion cache so zsh picks up the new file | |
| # | |
| # What you get: |