prezto/modules
Indrajit Raychaudhuri 591d087ccc [completion] Allow ignores for '/etc/hosts' entries to be dynamic
By keeping the variable `_etc_host_ignores` around, it can be resolved
lazily which is turn should allow selective ignores on a per invocation
basis.

Also, `'\#'` doesn't need to be added to `_etc_host_ignores` anymore.
It is enforced inline.
2017-07-27 12:43:22 -05:00
..
archive Add comments into each of the function files to make them easier to find 2017-07-06 16:13:36 -07:00
autosuggestions [general] Switch code block formatting to use fence formatting 2017-07-22 13:11:29 -05:00
command-not-found [command-not-found] Load brew 'command-not-found' if homebrew tap is available 2017-07-12 20:51:44 -07:00
completion [completion] Allow ignores for '/etc/hosts' entries to be dynamic 2017-07-27 12:43:22 -05:00
directory Only one newline at end of file 2014-10-09 23:38:15 -04:00
dnf Fix typo in dnf module README 2015-11-11 22:58:22 -05:00
docker Feat (docker): add docker aliases (#1147) 2017-04-13 03:18:54 -07:00
dpkg Add comments into each of the function files to make them easier to find 2017-07-06 16:13:36 -07:00
editor Fix unbound keys in vicmd/viins mode 2017-07-24 10:26:19 -07:00
emacs Move from Carton to Cask 2013-08-12 18:27:49 -04:00
environment [Fix #732] Replace $GREP_OPTIONS with an alias 2014-11-24 13:05:34 -05:00
fasd fasd: fall back to submodule only if command is missing 2017-07-11 12:42:55 -07:00
git [general] Switch code block formatting to use fence formatting 2017-07-22 13:11:29 -05:00
gnu-utility [general] Switch code block formatting to use fence formatting 2017-07-22 13:11:29 -05:00
gpg [general] Switch code block formatting to use fence formatting 2017-07-22 13:11:29 -05:00
haskell Only one newline at end of file 2014-10-09 23:38:15 -04:00
helper Update is-callable to also check builtins 2017-04-13 04:05:20 -07:00
history Only one newline at end of file 2014-10-09 23:38:15 -04:00
history-substring-search [general] Switch code block formatting to use fence formatting 2017-07-22 13:11:29 -05:00
homebrew [homebrew] Add documentation for brewo and casko 2017-07-19 10:41:39 -07:00
macports Fix MacPorts typo 2015-05-26 22:12:55 -04:00
node [node] Always quote files when source-ing 2017-07-23 00:35:56 -05:00
ocaml Update OPAM setup 2014-10-10 18:38:32 -04:00
osx [osx] Support custom keyword used by mand to open man pages in Dash.app 2017-07-23 13:19:04 -05:00
pacman [general] Switch code block formatting to use fence formatting 2017-07-22 13:11:29 -05:00
perl [general] Switch code block formatting to use fence formatting 2017-07-22 13:11:29 -05:00
prompt Update agnoster prompt to include security fix 2017-07-25 14:15:07 -07:00
python [python] Improve and document virtualenvwrapper initialization flow 2017-07-26 01:42:31 -05:00
rails Only one newline at end of file 2014-10-09 23:38:15 -04:00
rsync rsync: Update reference to Bombich's rsync page 2017-04-26 13:02:08 -05:00
ruby [general] Switch code block formatting to use fence formatting 2017-07-22 13:11:29 -05:00
screen [general] Switch code block formatting to use fence formatting 2017-07-22 13:11:29 -05:00
spectrum Only one newline at end of file 2014-10-09 23:38:15 -04:00
ssh ssh: update README to reflect macOS changes 2017-07-24 11:56:48 -07:00
syntax-highlighting [general] Switch code block formatting to use fence formatting 2017-07-22 13:11:29 -05:00
terminal [general] Switch code block formatting to use fence formatting 2017-07-22 13:11:29 -05:00
tmux [general] Switch code block formatting to use fence formatting 2017-07-22 13:11:29 -05:00
utility [utility] Refactor rsync_scp wrapper function and add completion support 2017-07-22 13:13:52 -05:00
wakeonlan [general] Switch code block formatting to use fence formatting 2017-07-22 13:11:29 -05:00
yum Fix typo in yum module README 2015-11-11 22:58:22 -05:00
README.md [general] Switch code block formatting to use fence formatting 2017-07-22 13:11:29 -05:00

Modules

Load modules in zpreztorc. The order matters.

zstyle ':prezto:load' pmodule 'environment' 'terminal'

Archive

Provides functions to list and extract archives.

Autosuggestions

Integrates zsh-autosuggestions into Prezto.

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.

DNF

Defines dnf aliases.

Dpkg

Defines dpkg aliases and functions.

Editor

Sets key bindings.

Emacs

Enables Emacs dependency management.

Environment

Sets general shell options and defines environment variables.

Fasd

Maintains a frequently used file and directory list for fast access.

Git

Enhances the Git distributed version control system by providing aliases, functions and by exposing repository status information to prompts.

GNU Utility

Provides for the interactive use of GNU utilities on non-GNU systems.

GPG

Provides for an easier use of GPG by setting up gpg-agent.

Haskell

Enables local Haskell package installation.

Helper

Provides helper functions for developing modules.

History

Sets history options and defines history aliases.

Integrates zsh-history-substring-search into Prezto.

Homebrew

Defines Homebrew aliases.

MacPorts

Defines MacPorts aliases and adds MacPorts directories to path variables.

Node.js

Provides utility functions for Node.js and loads npm completion.

OCaml

Initializes OCaml package management.

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

Provides for an easier use of SSH by setting up 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.