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.
8 years ago
Kaleb Elwert
6975b119b6
Change the zstyle config name for #607
8 years ago
Matt Henkel
d02c2951b3
Add the ability to specify tmux session name
8 years ago
Kyle Rich
723b3812e1
Convert long-pwd to pwd-length
8 years ago
Kyle Rich
7c509a264f
Add zstyle option to show pwd in long format
8 years ago
Eduard Zintz
1c0f95c08e
Allow syntax highlighting pattern styles ( #1192 )
8 years ago
Olaf Conradi
013668f484
Improve and simplify titling functions.
...
Multiplexer titles can be set independent of window and tab titles.
Add auto-title always option to have dynamic titling inside terminal
multiplexers. Setting auto-title to yes continues to ignore dynamic
titling inside terminal multiplexers.
This patch should not alter behavior under Apple terminals.
8 years ago
John P. Neumann
b38ced856a
Adds additional support for PS prompt context expansion
8 years ago
Sorin Ionescu
4f19700919
Add missing syntax highlighter
9 years ago
Sorin Ionescu
c8b8397728
[ Fix #532 ] Integrate autosuggestions
9 years ago
Daniel Kolakowski
00a5639e65
Enable iTerm2 tmux integration
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
10 years ago
Xavier Cambar
478653fab2
[ Fix #543 ] Do not set tmux destroy-unattached
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
11 years ago
Sorin Ionescu
dbeb6d4e1a
[ Fix #361 ] Load chruby when found
11 years ago
Sorin Ionescu
254b7c36d9
[ Fix #324 ] Add configurable terminal window and tab title formats
11 years ago
Sorin Ionescu
5b4dcea595
Simplify auto-titling
11 years ago
Sorin Ionescu
b98c7469e5
Rewrite terminal auto-title
11 years ago
Sorin Ionescu
eb1a20552a
Comment an unnecessary style
11 years ago
Georges Discry
07686fad38
Increase control over multiplexer auto-start
...
Setting the auto-start 'remote' and 'local' zstyles for the screen and
tmux modules to 'true' automatically starts a session in SSH connections
and in local terminals respectively.
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
11 years ago
Sorin Ionescu
875ce2e56c
[ Fix #434 ] Correct ambiguity in the use of the term keymap
12 years ago
Sorin Ionescu
fcab2a1713
[ Fix #425 ] Rewrite module ssh-agent; rename it to ssh
12 years ago
Sorin Ionescu
2e64f7ed64
[ Fix #419 ] Rewrite module gpg-agent; rename it to gpg
12 years ago
Sorin Ionescu
6cd97d2d0f
[ Fix #52 ] Add zstyles to configure history-substring-search
12 years ago
Sorin Ionescu
810a4490d7
[ #52 ] Add zstyles to configure syntax-highlighting
12 years ago
Sorin Ionescu
579dfee6f7
[ Fix #399 ] Only enable the main syntax highlighter
12 years ago
Sorin Ionescu
bd9327ca3f
Rename the Git status ignore submodules zstyle pattern
12 years ago
Sorin Ionescu
6975e1df1c
[ Fix #300 ] Disable SSH-Agent protocol emulation by default
12 years ago
Sorin Ionescu
fb4ffd9883
Add a missing backslash
12 years ago
Sorin Ionescu
115424172a
[ Fix #257 ] Add zstyles from READMEs to zpreztorc
12 years ago
Sorin Ionescu
cc7e43b242
[ Fix #253 ] Move Prezto settings into their own file
12 years ago
Sorin Ionescu
8cdf06e386
[ #255 ] Use $ZDOTDIR or $HOME
12 years ago
Sorin Ionescu
fb9a20591f
[ Fix #197 ] Rebrand as Prezto
...
Conflicts:
README.md
runcoms/zshenv
12 years ago
Sorin Ionescu
df82640caa
Rename templates to runcoms
12 years ago
Sorin Ionescu
aa36596287
[ #149 ] Merge alias into utility
13 years ago
Sorin Ionescu
7a4433e92c
[ #171 ] Move environment variables into zshenv
13 years ago
Sorin Ionescu
4ba1dc1891
[ #135 ] Load completion after alias
13 years ago
Sorin Ionescu
1c1aaf9d8b
[ #135 ] List the modules to be loaded vertically
13 years ago
Sorin Ionescu
66c14486c6
[ #23 , Fix #80 ] Move themes into the prompt module
13 years ago
Sorin Ionescu
6233ec6aad
[ #23 ] Add a module loading function
13 years ago
Sorin Ionescu
56f8f83d58
[ #23 ] Convert terminal into a module
13 years ago
Sorin Ionescu
1330e6e792
[ #23 ] Convert editor into a module
13 years ago
Sorin Ionescu
a7340886b3
[ #23 ] Rename plugins to modules
13 years ago
Sorin Ionescu
cf5fb88b39
[ Fix #76 ] Load Zsh functions, modules in zshrc
13 years ago
Sorin Ionescu
a444469641
Use 'auto' as an adverb, not a namespace
13 years ago
Sorin Ionescu
909f05f3f4
Remove extra extensions from templates
13 years ago
Sorin Ionescu
6727edd536
Rename terminal auto-title zstyle for consistency
13 years ago
Sorin Ionescu
b96bbca51c
Added or edited file headers.
13 years ago
Sorin Ionescu
a22b49ee57
Fixed a comment in the zshrc template.
13 years ago
Sorin Ionescu
1fc1b459ee
The theme should manage the completion indicator.
13 years ago
Sorin Ionescu
f0499b76c3
Use zstyle instead of variables for configuration.
13 years ago
Sorin Ionescu
60f39d8d91
Moved hub into the git plugin.
13 years ago