Kyle Rich
7c509a264f
Add zstyle option to show pwd in long format
8 years ago
Indrajit Raychaudhuri
850ad42c96
rsync: Update reference to Bombich's rsync page
...
Seems like Bombich's rsync page moved with the previous link doing 404.
Adjusted to fix this.
8 years ago
Indrajit Raychaudhuri
4f87376b50
Add support for 'pip', 'pip2', 'pip3' completion
...
Since `pip completion --zsh` might be slow, we cache it beforehand.
The implementation is along the lines of 'npm' completion in 'node' module.
8 years ago
Mathieu Chataigner
876f426581
Update ssh module for multi session hosts
...
create ssh_agent_env with current user id in file name to avoid collisions with other users
create ssh_agent_sock with current user id in file name to avoid collisions with other users
8 years ago
Sudarshan Wadkar
f15557159a
New `alias gfa=git fetch --all` for git module
...
Also includes an updated README.md !
8 years ago
Guillaume Subiron
81b41d2367
Add utility alias for pydf
8 years ago
delphinus
cf7d3cffbd
Add perl-info function & plenv subcommand aliases ( #1303 )
...
* Add perl-info function
* Add alias for plenv subcommands
* Load perlbrew if needed
* Load plenv if needed
* Use PERLBREW_ROOT as priority to detect Perlbrew
8 years ago
Matt Hamilton
fb37539f43
archive: add archive function
8 years ago
Khai Do
7242b4ed49
archive: add support for *.jar files ( #1302 )
8 years ago
Patrick Bos
c38c2dd909
Move python-info call in paradox from preexec to precmd
8 years ago
Kaleb Elwert
600b4cc9e6
Add missing alias to utility README
8 years ago
Kaleb Elwert
38f0d2f34e
Rework diff function
...
This removes --unified from the default options to make it possible to pass -y
without worrying about conflicting output formats.
diffu has also been added as an alias to make it easier to get output as a
unified diff.
Fixes #1231
8 years ago
Kaleb Elwert
40853f23c2
Remove additional newlines in issue and pull request templates
8 years ago
Kaleb Elwert
a622652f73
Add initial issue and pull request templates
8 years ago
Kaleb Elwert
a8ce3da782
Add note to CONTRIBUTING.md about zstyle
8 years ago
Kaleb Elwert
19d11ab1d0
Add code style to CONTRIBUTING.md
...
Closes #1296
8 years ago
Kaleb Elwert
e606b09c9e
Update is-callable to also check builtins
...
Fixes #1037
8 years ago
Kaleb Elwert
d035e4cf1e
Fix indentation in README
8 years ago
François VANTOMME
8a4333103d
Feat (docker): add docker aliases ( #1147 )
...
Thanks to @malikoth and @saoula for their input.
8 years ago
François VANTOMME
bb168c5881
Doc (ruby): add doc on bundle clean alias
8 years ago
François VANTOMME
7c64584629
Add bundle clean alias
8 years ago
Kaleb Elwert
7011031a87
Don't use a deprecated argument as a python example
...
Thanks to @jeffwidman for pointing this out
Closes #1141
8 years ago
Kaleb Elwert
2e20eb8571
Add note about working around preexisting runcoms
...
Closes #955
8 years ago
Anton Löfgren
5c0e68f75f
completion: Cap max-errors at 7 to avoid hanging ( #953 )
...
7 is pretty arbitrarily chosen, but seems like a reasonable tradeoff, at
least the completion no longer shows symptoms of exponential
time-growth when trying to complete something completely wrong.
This fixes #946 .
8 years ago
Eduard Zintz
1c0f95c08e
Allow syntax highlighting pattern styles ( #1192 )
8 years ago
François Vantomme
fb6f3f7ee9
Feat (aliases): add aliases for git flow
8 years ago
Solitude
95036c908c
Update fasd README with basic installation information
8 years ago
Joel Kuzmarski
9a70a1675c
Remove manb from completion filename
8 years ago
Kaleb Elwert
8655cd543b
Ensure extendedglob is set in promptpwd
8 years ago
Matt Hamilton
60c433d4ce
Move common promptpwd code to external function
8 years ago
Kaleb Elwert
b963484fe7
Only try to run python-info if it exists for the paradox prompt
8 years ago
nstCactus
ee249e50ee
FIXED: syntax error in osx module tab function
8 years ago
John P. Neumann
412af29808
Merge pull request #1272 from sorin-ionescu/issue/1246-ps-context-config
...
Adds additional support for PS prompt context expansion
8 years ago
Griffin Yourick
94708f6b50
Fix path in node module
8 years ago
Griffin Yourick
8dafaae5a4
Use patterns from ruby module for initializing nodenv
8 years ago
Griffin Yourick
e413ef5a97
Add support for iTerm2 v3 in tab function
8 years ago
Paul Melnikow
909006638d
Bump license years and tidy up readme ( #1273 )
8 years ago
Zhiming Wang
464a8d20a1
utility module: fix/improve colordiff call in diff
...
The new call is compatible with colordiff v1.0.8 - v.1.0.15 (might be
compatible with even earlier versions, but not tested), while the
original one breaks down under v1.0.14 and v1.0.15. See
https://github.com/daveewart/colordiff/issues/22 .
8 years ago
Kire Ledan
95d19b37c1
Added support for python venv display in paradox prompt
8 years ago
Eduardo San Martin Morote
c0049855c5
Added option to skip git aliases definition
...
Fixes #947
8 years ago
Kaleb Elwert
27c2ccd8b9
Update external prompt modules
8 years ago
Kaleb Elwert
fd0b627a8b
Update zsh-users submodules to latest stable versions
8 years ago
Kaleb Elwert
076e29e97d
Update zsh-autosuggestions submodule location
...
Thanks to @naibaf0. Closes #1096 .
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
Justin Filip
ddfc870f9a
Use less destructive git push --force-with-lease.
8 years ago
Wojciech Pietrzak
65b05c0220
Add notice about potential shadowing of the gb command ( #1124 )
8 years ago
Zhiming Wang
12d48dfcf9
Remove extra use of grep in git-hub-shorten-url ( #904 )
8 years ago
Matt Hamilton
fb689449a7
Prefer $(COMMAND) syntax over backticks ( #1012 )
8 years ago
Jamie Rolfs
483447082b
Add nodenv support to Node.js module
...
- Implementation from https://github.com/sorin-ionescu/prezto/pull/1001
- Documentation from https://github.com/sorin-ionescu/prezto/pull/1178
8 years ago
Dario Gjorgjevski
2c1ad5bed1
Avoid unsetting nonexistent variables ( #1075 )
8 years ago