1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-03-09 14:45:25 +00:00
Matthew Crenshaw 08e39a587f Python virtualenv auto workon cwd hook (#1300)
* Command to activate virtualenvs on changing directory

Enables automatic activation of a virtualenv when jumping into a directory
This is done by looking in the current directory for a file or directory
named `.venv`. If it's not found in the current directory its parents will
also be examined. `.venv` can be either:
    1. A file containing the name of a virtualenv found in $WORKON_HOME
    2. A directory containing bin/activate (meaning that the directory is
       assumed to be a virtualenv.)
If $WORKON_HOME is set it is assumed that virtualenvwrapper is installed
and the `workon` command will be issued.
2017-05-30 17:26:18 -07:00
..
2017-04-17 22:44:47 -07:00
2014-10-09 23:38:15 -04:00
2015-11-11 22:58:22 -05:00
2013-08-12 18:27:49 -04:00
2015-11-12 11:49:41 -05:00
2014-10-09 23:38:15 -04:00
2014-10-09 23:38:15 -04:00
2017-04-03 13:12:15 -07:00
2015-05-26 22:12:55 -04:00
2014-10-10 18:38:32 -04:00
2017-04-13 01:51:15 -07:00
2014-10-09 23:38:15 -04:00
2017-04-27 13:33:40 -07:00
2014-10-09 23:38:15 -04:00
2014-10-09 23:38:15 -04:00
2014-10-09 23:38:15 -04:00
2017-05-05 09:58:19 -07:00
2017-04-18 02:37:23 -07:00
2014-10-09 23:38:15 -04:00
2015-11-11 22:58:22 -05:00
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.