prezto/modules
Chauncey Garrett 0756ac5464 Merge branch 'master' of https://github.com/sorin-ionescu/prezto
* 'master' of https://github.com/sorin-ionescu/prezto: (63 commits)
  Support $PYTHONUSERBASE per PEP 370
  Create a default tmux session only when none defined in tmux.conf
  Fix git-info added/deleted count formatting typo
  [Fix #543] Do not set tmux destroy-unattached
  Simplify multiplexer auto-start tests
  Inform the user to load ruby as late as possible when using RVM
  [Fix #551] Rename tmux auto-start session
  Fix a test operator bug introduced in e5a0e33
  [Fix #541] Do not auto-load screen/tmux inside of Emacs/Vim
  Disable glob for bower
  Prefix rarely used osx functions
  Add functions to display and delete osx download history
  Update osx alias descriptions
  Make osx functions autoloadable
  Cast AppleScript paths to text
  Add capability to browse man pages in Dash.app
  Remove Bwana.app support
  Add double slash after Bwana.app's man protocol
  [Fix #361] Load chruby when found
  [Fix #535] Set Pacman frontend to 'pacman' when none set
  ...
2014-04-14 13:47:12 -05:00
..
archive Rename archive module functions 2013-05-25 14:42:43 -04:00
command-not-found Support command-not-found on Arch Linux 2013-11-17 15:09:03 -05:00
completion Update external completions 2013-11-29 20:37:01 -05:00
directory [Fix #197] Rebrand as Prezto 2012-09-03 16:51:27 -04:00
dpkg [Fix #459] Correct typos in the dpkg module 2013-08-09 17:03:26 -04:00
editor Merge branch 'master' of https://github.com/sorin-ionescu/prezto 2014-04-14 13:47:12 -05:00
emacs Move from Carton to Cask 2013-08-12 18:27:49 -04:00
environment [Fix #403] Display accented characters properly 2013-04-24 23:18:10 -04:00
fasd Move aliases to aliases.zsh 2014-04-14 00:13:26 -05:00
git Merge branch 'master' of https://github.com/sorin-ionescu/prezto 2014-04-14 13:47:12 -05:00
gnu-utility [Fix #348] Clarify how GNU utilities are wrapped 2012-12-20 19:11:19 -05:00
gpg [Fix #514] Use /tmp when $TMPDIR is undefined 2014-01-03 14:20:32 -05:00
haskell [Fix #383] Do not set $MANPATH 2013-01-28 17:34:55 -05:00
helper Simplify auto-titling 2013-11-26 00:25:36 -05:00
history [Fix #268] Get entire history for history-stat 2012-09-06 23:45:44 -04:00
history-substring-search Update external history-substring-search 2013-11-29 20:36:33 -05:00
homebrew [Fix #411] Add Homebrew module 2013-05-27 17:23:54 -04:00
macports [Fix #385] Do not set $INFOPATH 2013-01-28 17:35:27 -05:00
mime-setup@6058bbb443 Updated mime-setup 2014-04-14 00:18:46 -05:00
node Add support for nvm 2013-01-29 13:43:06 -05:00
ocaml Add Ocaml module 2013-11-17 15:56:17 -05:00
osx Prefix rarely used osx functions 2014-02-16 18:00:47 -05:00
pacman Make tmp variable more robust by setting fallback 2014-04-14 00:20:51 -05:00
perl [Fix #383] Do not set $MANPATH 2013-01-28 17:34:55 -05:00
prompt Major changes (almost rewrite) 2014-04-14 01:39:40 -05:00
python Support $PYTHONUSERBASE per PEP 370 2014-04-03 17:55:35 -04:00
rails [Fix #503] Prefix rails aliases with 'bundle exec' 2013-11-29 08:46:14 -05:00
rsync [Fix #436] Update link to Bombich rsync 2013-05-24 12:33:23 -04:00
ruby Inform the user to load ruby as late as possible when using RVM 2014-02-17 23:39:22 -05:00
screen Simplify multiplexer auto-start tests 2014-02-26 17:19:19 -05:00
spectrum [Fix #116] Add documentation for spectrum 2012-09-11 01:57:00 -04:00
ssh [Fix #514] Use /tmp when $TMPDIR is undefined 2014-01-03 14:20:32 -05:00
syntax-highlighting Merge branch 'master' of https://github.com/sorin-ionescu/prezto 2014-04-14 13:47:12 -05:00
terminal [Fix #522] Do not load the terminal module in non-graphical terminals 2014-01-09 20:07:40 -05:00
tmux Create a default tmux session only when none defined in tmux.conf 2014-04-03 17:39:46 -04:00
utility Merge branch 'master' of https://github.com/sorin-ionescu/prezto 2014-04-14 13:47:12 -05:00
wakeonlan [Fix #197] Rebrand as Prezto 2012-09-03 16:51:27 -04:00
weather Beginnings of a weather module 2014-04-14 01:40:38 -05:00
yum [Fix #197] Rebrand as Prezto 2012-09-03 16:51:27 -04:00
README.md Merge branch 'master' of https://github.com/sorin-ionescu/prezto 2014-04-14 13:47:12 -05:00

Modules

Load modules in zpreztorc. The order matters.

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

Archive

Provides functions to list and extract archives.

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.

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.

MIME Setup

Uses system default handlers to determine suffix aliases.

Node.js

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

Ocaml

Initializes Ocaml package management.

OSX

Defines 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.