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 remote-tracking branch 'upstream/master'
* upstream/master: (56 commits) Replace table captions with headings Replace z with fasd in modules README [Fix sorin-ionescu#244] Add Git special action styles Simplify git-log zstyle documentation Fix the name of the theme setup function in READMEs [Fix sorin-ionescu#96] Add documentation for git Add zstyles for git-log formats Rename gk prefixed aliases to gC Rename git-info zstyle patterns Rename python-info zstyle patterns Rename ruby-info zstyle patterns Rename editor-info zstyle patterns Rename the Git status ignore submodules zstyle pattern Rename aliases gSu to gSI and gSU to gSu Rename the alias gsc to gsX Remove the gig alias Fix SSH-Agent casing in README [Fix sorin-ionescu#300] Disable SSH-Agent protocol emulation by default Update external completions [Fix sorin-ionescu#129, Fix sorin-ionescu#211] Add fasd ...
- Loading branch information
Showing
52 changed files
with
1,189 additions
and
419 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
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
Contributing | ||
------------ | ||
|
||
This project would not exist without all of its users and [contributors][1]. | ||
|
||
If you have ideas on how to make the configuration easier to maintain or | ||
improve its performance, do not hesitate to fork and send pull requests. | ||
|
||
### Issue Reporting | ||
|
||
- Check that the issue has not already been reported. | ||
- Check that the issue has not already been fixed in the latest code. | ||
- Open an issue with a clear title and description in grammatically correct, | ||
complete sentences. | ||
|
||
### Pull Request | ||
|
||
- Read [how to properly contribute to open source projects on GitHub][2]. | ||
- Use a topic branch to easily amend a pull request later, if necessary. | ||
- Write [good commit messages][3]. | ||
- Squash commits on the topic branch before opening a pull request. | ||
- Use the same coding style and spacing. | ||
- Open a [pull request][4] that relates to but one subject with a clear | ||
title and description in grammatically correct, complete sentences. | ||
|
||
#### Modules | ||
|
||
- A *README.md* must be present. | ||
- Large functions must be placed in a *functions* directory. | ||
- Functions that take arguments must have completion. | ||
|
||
#### Themes | ||
|
||
- A screenshots section must be present in the file header. | ||
- The pull request description must have [embedded screenshots][5]. | ||
|
||
[1]: https://github.com/sorin-ionescu/prezto/contributors | ||
[2]: http://gun.io/blog/how-to-github-fork-branch-and-pull-request | ||
[3]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html | ||
[4]: https://help.github.com/articles/using-pull-requests | ||
[5]: http://daringfireball.net/projects/markdown/syntax#img | ||
|
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 |
---|---|---|
@@ -0,0 +1,169 @@ | ||
Modules | ||
======= | ||
|
||
Load modules in *zpreztorc*. The order matters. | ||
|
||
zstyle ':prezto:load' pmodule 'environment' 'terminal' | ||
|
||
Archive | ||
------- | ||
|
||
Provides functions to extract and list popular archive formats. | ||
|
||
Command-Not-Found | ||
----------------- | ||
|
||
Loads the command-not-found tool on Debian-based distributions. | ||
|
||
Completion | ||
---------- | ||
|
||
Loads and configures tab completion and provides additional completions from | ||
the zsh-completions project. | ||
|
||
Directory | ||
--------- | ||
|
||
Sets directory options and defines directory aliases. | ||
|
||
Dpkg | ||
---- | ||
|
||
Defines dpkg aliases and functions. | ||
|
||
Environment | ||
----------- | ||
|
||
Sets general shell options and defines environment variables. | ||
|
||
Fasd | ||
---- | ||
|
||
Maintains a frequently used file and directory list for fast access. | ||
|
||
GNU Utility | ||
----------- | ||
|
||
Provides for the interactive use of GNU utilities on non-GNU systems. | ||
|
||
GPG-Agent | ||
--------- | ||
|
||
Provides for an easier use of gpg-agent. | ||
|
||
Haskell | ||
------- | ||
|
||
Enables local Haskell package installation. | ||
|
||
Helper | ||
------ | ||
|
||
Provides helper functions for developing modules. | ||
|
||
History Substring Search | ||
------------------------ | ||
|
||
Integrates zsh-history-substring-search into Prezto. | ||
|
||
History | ||
------- | ||
|
||
Sets history options and defines history aliases. | ||
|
||
Macports | ||
-------- | ||
|
||
Defines MacPorts aliases and adds MacPorts directories to path variables. | ||
|
||
Node.js | ||
------- | ||
|
||
Provides utility functions for Node.js and loads npm completion. | ||
|
||
OSX | ||
--- | ||
|
||
Defines Mac OS X aliases and functions. | ||
|
||
Pacman | ||
------ | ||
|
||
Provides aliases and functions for the Pacman package manager and frontends. | ||
|
||
Perl | ||
---- | ||
|
||
Enables local Perl module installation on Mac OS X and defines alises. | ||
|
||
Prompt | ||
------ | ||
|
||
Loads prompt themes. | ||
|
||
Python | ||
------ | ||
|
||
Enables local Python and local Python package installation. | ||
|
||
Ruby on Rails | ||
------------- | ||
|
||
Defines Ruby on Rails aliases. | ||
|
||
Rsync | ||
----- | ||
|
||
Defines rsync aliases. | ||
|
||
Ruby | ||
---- | ||
|
||
Configures Ruby local gem installation, loads version managers, and defines | ||
aliases. | ||
|
||
GNU Screen | ||
---------- | ||
|
||
Defines GNU Screen aliases and provides for auto launching it at start-up. | ||
|
||
Spectrum | ||
-------- | ||
|
||
Provides for easier use of 256 colors and effects. | ||
|
||
SSH-Agent | ||
--------- | ||
|
||
Provides for an easier use of ssh-agent. | ||
|
||
Syntax Highlighting | ||
------------------- | ||
|
||
Integrates zsh-syntax-highlighting into Prezto. | ||
|
||
Terminal | ||
-------- | ||
|
||
Sets terminal window and tab titles. | ||
|
||
Tmux | ||
---- | ||
|
||
Defines tmux aliases and provides for auto launching it at start-up. | ||
|
||
Utility | ||
------- | ||
|
||
Defines general aliases and functions. | ||
|
||
Wake-on-LAN | ||
----------- | ||
|
||
This module provides a wrapper around the wakeonlan tool. | ||
|
||
Yum | ||
--- | ||
|
||
Defines yum aliases. | ||
|
Submodule external
updated
17 files
+1 −1 | src/_baselayout | |
+10 −1 | src/_brew | |
+1 −1 | src/_eselect | |
+2 −2 | src/_gcc-config | |
+1 −1 | src/_genlop | |
+32 −16 | src/_gentoo_packages | |
+1 −1 | src/_gentoolkit | |
+1 −1 | src/_layman | |
+26 −0 | src/_pactree | |
+157 −24 | src/_pgsql_utils | |
+1 −1 | src/_portage | |
+6 −3 | src/_portage_utils | |
+8 −1 | src/_rvm | |
+66 −0 | src/_sdd | |
+1 −1 | src/_vagrant | |
+114 −0 | src/_vnstat | |
+23 −17 | src/_yaourt |
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.