forked from sorin-ionescu/prezto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:sorin-ionescu/prezto
* 'master' of github.com:sorin-ionescu/prezto: (81 commits) Add explanation for extra git theme symbols in README.md Correct alphabetical order in zprestorc Update submodules (sorin-ionescu#1615) Improve startup time by skipping pyenv rehash Make node-info work without nvm/nodenv Fix broken gitref link in README.md coreutils: update list of included coreutils (sorin-ionescu#1592) completion: Compact path to global ssh known hosts file syntax-highlighting: Update README to clarify module load order Fix path to global ssh known hosts file Fix spelling error in CONTRIBUTING.md (sorin-ionescu#1590) Remove zlogout's Apu quote (sorin-ionescu#1583) Document `gpf` vs `gpF` Document macOS support for `command-not-found` Update cache files when .zpreztorc file is modified Export VIRTUAL_ENV_DISABLE_PROMPT when enabling virutalenv command-not-found: Directly source homebrew command-not-found handler Rename "Mac OS X" to "macOS" in comments Add proper prompt_opts to smiley prompt Revert "Only call reset-prompt when the appropriate zstyle is set" ...
- Loading branch information
Showing
67 changed files
with
554 additions
and
285 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
*.zwc | ||
*.zwc.old | ||
modules/*/cache.zsh | ||
contrib |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,23 @@ | ||
Command-Not-Found | ||
================= | ||
|
||
Displays installation information for not found commands by loading the | ||
[command-not-found][1] tool on Debian-based and Arch Linux-based distributions. | ||
When you try to use a command that is not available locally, searches | ||
the package manager for a package offering that command and suggests | ||
the proper install command. | ||
|
||
Debian-based and Arch Linux-based distributions use the [`command-not-found`][1] tool. | ||
|
||
macOS uses Homebrew's [`command-not-found` clone][2]. Note that you also need to [follow the instructions to tap the `command-not-found` homebrew repository][3]. | ||
|
||
|
||
Authors | ||
------- | ||
|
||
*The authors of this module should be contacted via the [issue tracker][2].* | ||
*The authors of this module should be contacted via the [issue tracker][4].* | ||
|
||
- [Joseph Booker](https://github.com/sargas) | ||
|
||
[1]: https://code.launchpad.net/command-not-found | ||
[2]: https://github.com/sorin-ionescu/prezto/issues | ||
[2]: https://github.com/Homebrew/homebrew-command-not-found | ||
[3]: https://github.com/Homebrew/homebrew-command-not-found#install | ||
[4]: https://github.com/sorin-ionescu/prezto/issues |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.