James Seward
8cfc7d6677
Prevent errors in prompts if no info available.
...
Define empty functions instead of none at all if we can't figure out the
platform.
13 years ago
nishigori
dd4f57010c
Fix bad ps syntax in ssh-agent plugin
13 years ago
Eduardo San Martin Morote
37be62ffb7
randquote plugin
...
correcting an issue about encoding some people was having
added a message when the user doesn't have curl
added varibles for colors->easier to customize
13 years ago
Brandon W Maister
008e57aa5a
Make the pip cache work with djangopypi2
...
Also add a test function that allows messing with the cache-creating
regex with some assurance that you're not trampling other people's
index-parsing.
13 years ago
Brandon W Maister
78df6e96f5
pip: successfully cache all the packages
...
Switch to using curl and regular expressions to generate a local cache
file so that we don't need to hit pypi.python.org every time.
This (obviously) results in a massive speed improvement, especially if
you spawn new shells frequently.
This also makes the autocompletion work for me, it didn't before. (pip
would always time out.)
And, also, for fun: This allows you to explicitly set which pip indexes
to use. Technically the old version of the plugin should have had this
behavior automatically -- without having to do more than configure pip
-- but the install completion never worked for me so this is a net gain
in functionality.
13 years ago
onemouth
c81e42f050
Update git.plugin.zsh
...
add command to ignore changes to file temporarily
13 years ago
Alexandre Joly
0eb86f82d6
updated to the latest version of cocoapods 0.27.1
13 years ago
Kaiwen Xu
f731d6c16f
themes plugin now picks a random theme if no argument is provided.
13 years ago
Adrien Dudouit-Exposito
103fc334d6
Add "options" as a valide 1st argument
13 years ago
Kevin Bongart
7567fd7f27
Re-add whitespace
13 years ago
Kevin Bongart
03dc3a8463
Add command blacklist support to bundler plugin
13 years ago
Kevin Traver
d01ca03635
Add tmux aliases
13 years ago
oxnz
500e5a73b6
add itunes function to control itnues from the terminal
13 years ago
Lei Zhang
c0c9fc0254
Add support .venv folder as virtual env
13 years ago
Riyad Preukschas
d608fbfc7f
Make the virtualenv plugin themable
13 years ago
Wes Morgan
3ca3c5a126
don't clobber existing RBENV_ROOT & follow Homebrew's default behavior
13 years ago
Kaiwen Xu
c5902d3f34
Moved misplaced plugins.
13 years ago
Cristian Măgherușan-Stanciu
190fcdffa7
Added a completion plugin for the new aws-cli tool
...
It also supports quickly switching AWS profiles defined in
~/.aws/config using the asp alias
13 years ago
Timo Sand
671db71d21
Added '.jar'
13 years ago
Timo Sand
387de3a57e
Added '.war' extension to unzip
13 years ago
kaving
2be4158d8f
Add support for ForkLift 2 to the ForkLift plugin
...
The ForkLift plugin now supports ForkLift 2 as well as ForkLift 1.
If ForkLift is not running it also waits for it to be running before
trying to switch to the specified directory
13 years ago
Steven Schmid
05b3ea342a
Fix work_in_progress in empty git repos
...
I noticed that the function ``work_in_progress``, which is used in the "gallois"-theme, would print ``fatal: bad default revision 'HEAD'`` in a new folder after ``git init``.
This is the fix.
13 years ago
Rimenes Ribeiro
2445333200
Add reload and status alises to postgres
13 years ago
Maxim Dobryakov
e8c3619486
Check bundler version to avoid error with unsupported command line arguments
13 years ago
Maxime Chaisse-Leal
095a01d92a
Added WIP (work in progress) feature to git.plugin
13 years ago
Thomas Hipp
91b6a6b5a4
jump plugin: fix autocompletion with single mark
...
Autocompletion fails if there's only one mark, since the ls command
will not display the parent directory with the trailing colon.
Handling the single mark case separately and validating the symlink
explicitly, resolves the issue.
13 years ago
Fräntz Miccoli
a7c88c988a
Removed comments and other elements that might appear in the phing -l output. The current version doesn't work at all on my environment (OSX 10.7)
13 years ago
Alexandre Joly
40b1cf0103
repo list search one level deeper
...
the folder structure changed '.cocoapods/' -> '.cocoapods/repos'
13 years ago
Gaetan Semet
4543852876
Completion for python, pep8, autopep8 and pylint
...
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
13 years ago
Gaetan Semet
8735dfd87e
New aliases for repo plugin
...
This helps a lot in day to day android development:
- rs: repo sync (git fetch on all projects)
- rra: auto rebase for all projet without loosing uncommited changes
- rsrra: do both steps at once
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
13 years ago
Alexandre Joly
bdb2cabaa6
typo
13 years ago
Alexandre Joly
f6fb34845d
updated the arguments list to the newest version (0.24.0) of cocoapods
13 years ago
Jeroen Janssens
d3e005d6b4
Fix aliasing pwd
13 years ago
Jeroen Janssens
255b0c4f5e
Mark function asks for confirmation and uses basename of directory when no argument is given
13 years ago
Jeroen Janssens
55d4873f91
Change marks function and remove 'function' keyword as suggested by pielgrzym in https://github.com/robbyrussell/oh-my-zsh/pull/2045#issuecomment-22820224
13 years ago
Jeroen Janssens
4517db6acc
Add _completemarks function as suggested by pielgrzym in https://github.com/robbyrussell/oh-my-zsh/pull/2045#issuecomment-22826540
13 years ago
Stanislav Mekhonoshin
69ce2362d6
Support of parallel bundle install
13 years ago
Justin Aiken
a265acee4f
Better filename matching
13 years ago
Justin Aiken
128cd3f566
Filter out missing links with jump autocomplete
13 years ago
Paul Melnikow
4da4d12d33
Sublime Text: Harmonize alias with the Sublime Text install instructions
...
The typical command is `subl`, not `st`. Leaving both for backward compatibility.
See http://www.sublimetext.com/docs/2/osx_command_line.html
13 years ago
Paul Melnikow
3007f96090
NVM: Avoid providing completions when nvm is not installed
13 years ago
Torsten Bühl
5bf20572cc
Add commonly used git stash aliases
13 years ago
Paul Melnikow
e3c02bfeba
Plugin for Node Version Manager
13 years ago
Dimitri Jorge
90b83b8101
Add completion for package add and remove
13 years ago
Dimitri Jorge
dd220152be
Add autocompletion plugin for meteor command
13 years ago
Alexander Gronemann
958c847f54
Update bundler.plugin.zsh
...
Added taps to bundled_commands
13 years ago
dchusovitin
300118ec05
Fixed opening documentation on Linux (node)
13 years ago
Felipe Contreras
9ebdbec589
gitfast: update to upstream v1.8.4
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
13 years ago
Aaron Mills
f11934e00c
Add support for mosh (remote-shell) tab completion.
13 years ago
Jeroen Janssens
73c22c146c
Add tab completion for jump plugin
13 years ago