prezto/modules
Kaleb Elwert 47467a1b0e Update functions to all use POSIX syntax
I'm not a huge fan of this change, as I've made it known. However, this
is semi-recommended by the style guide we've chosen to use and is a more
common syntax.

Fixes #692.
2017-07-05 23:21:38 -07:00
..
archive archive: add archive function 2017-04-17 22:44:47 -07:00
autosuggestions [autosuggestions] Bump external repository to version v0.4.0 2017-06-22 10:35:44 -07:00
command-not-found Only one newline at end of file 2014-10-09 23:38:15 -04:00
completion [completion] Bump external repository to version 0.25.0 2017-06-22 10:35:44 -07: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 Update functions to all use POSIX syntax 2017-07-05 23:21:38 -07:00
dpkg Prefer $(COMMAND) syntax over backticks (#1012) 2017-04-04 21:30:48 -07:00
editor Update functions to all use POSIX syntax 2017-07-05 23:21:38 -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 Update functions to all use POSIX syntax 2017-07-05 23:21:38 -07:00
git Update functions to all use POSIX syntax 2017-07-05 23:21:38 -07:00
gnu-utility Update functions to all use POSIX syntax 2017-07-05 23:21:38 -07:00
gpg Update functions to all use POSIX syntax 2017-07-05 23:21:38 -07:00
haskell Only one newline at end of file 2014-10-09 23:38:15 -04:00
helper Update functions to all use POSIX syntax 2017-07-05 23:21:38 -07:00
history Only one newline at end of file 2014-10-09 23:38:15 -04:00
history-substring-search Update zsh-users submodules to latest stable versions 2017-04-04 23:00:28 -07:00
homebrew update brewu method 2017-04-03 13:12:15 -07:00
macports Fix MacPorts typo 2015-05-26 22:12:55 -04:00
node broken $path and $PATH if nodenv exists (#1315) 2017-05-02 11:38:19 -07:00
ocaml Update OPAM setup 2014-10-10 18:38:32 -04:00
osx Update functions to all use POSIX syntax 2017-07-05 23:21:38 -07:00
pacman replace the deprecated abs call in the pacu alias. 2017-06-08 11:10:07 -07:00
perl Add perl-info function & plenv subcommand aliases (#1303) 2017-04-18 01:57:35 -07:00
prompt Update functions to all use POSIX syntax 2017-07-05 23:21:38 -07:00
python Update functions to all use POSIX syntax 2017-07-05 23:21:38 -07: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 Doc (ruby): add doc on bundle clean alias 2017-04-13 03:04:21 -07:00
screen Only one newline at end of file 2014-10-09 23:38:15 -04:00
spectrum Only one newline at end of file 2014-10-09 23:38:15 -04:00
ssh Fixed ssh-add not using SSH_ASKPASS 2017-06-30 11:28:17 -07:00
syntax-highlighting [syntax-highlighting] Bump external repository to get bug fixes 2017-06-22 10:35:44 -07:00
terminal Update functions to all use POSIX syntax 2017-07-05 23:21:38 -07:00
tmux Fix README example on tmux's default session name 2017-07-03 17:44:14 -07:00
utility Update functions to all use POSIX syntax 2017-07-05 23:21:38 -07:00
wakeonlan Only one newline at end of file 2014-10-09 23:38:15 -04:00
yum Fix typo in yum module README 2015-11-11 22:58:22 -05:00
README.md [Fix #532] Integrate autosuggestions 2016-03-02 16:31:33 -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.