summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2015-02-10Deletes dot aliases from common-aliases.LFDM
They are implemented in lib anyway.
2015-02-10Pushes autoenv code to its plugin.LFDM
Sources the activate.sh file or informs the user, that its not available. Overriding the cd function, as it was formerly done, is not needed anymore, activate.sh does this by itself.
2015-02-10Merge pull request #3164 from nailor/fix-deactivate-bugRobby Russell
virtualenvwrapper: Deactivate only if in virtualenv
2015-02-10Merge pull request #3329 from capeterson/masterRobby Russell
Improved ant completion
2015-02-09Fix for ant targets with leading dashChris Peterson
As suggested in https://github.com/robbyrussell/oh-my-zsh/pull/3329#issuecomment-72062236
2015-02-09Change ant target enumerationChris Peterson
Make use of ant's project help feature instead of trying to parse XML with regex (see: http://stackoverflow.com/a/1732454/740787). This is a behavioral change that does a few things: • adds support for ant imports, which were previously not recognized as possibly containing targets • supresses targets with no description, as these are conventionally for internal use only
2015-02-09Backwards logic in newer check.Chris Peterson
Regen .ant_targets only if it's newer than build.xml? Yeah, that seems wrong.
2015-02-01Switch newer-than logic to get the desired behaviorMarc Cornellà
In the old version, the function returned true (0) if the cache file was newer than the Cakefile, which was *always* unless the Cakefile had been updated. Therefore we generated the file every time unless the Cakefile was updated, which was precisely when we needed to regenerate the cache file. Now it generates the cache file only when the Cakefile has been updated.
2015-01-31Merge pull request #3478 from stephenrjohnson/custom_cache_dirRobby Russell
Allow custom cache dir
2015-01-31Merge pull request #3490 from lmartins/masterRobby Russell
Fix Plugin commands
2015-01-12Fix Plugin commandsLuis Martins
2015-01-12Update django.plugin.zshYu Jiang
activate django plugin on command "django-admin"
2015-01-08Update /home/srj/.oh-my-zsh/cache referencesStephen
2015-01-07virtualenvwrapper: Deactivate only if in virtualenvJyrki Pulliainen
If user manually deactivates the virtualenv when using this mode, zsh will produce following error: deactivate:12: command not found: virtualenv_deactivate To avoid this, check that the VIRTUAL_ENV flag is set before trying to automatically deactivate the virtual environment. Fixes #2185
2014-12-20Merge pull request #3404 from ekaragodin/masterRobby Russell
Added Yii2 command completion
2014-12-20Merge pull request #3146 from typekpb/tmux-aliasesRobby Russell
additional tmux aliases
2014-12-20Merge pull request #3338 from eripa/chruby_fixRobby Russell
Fix chruby plugin to not complain if chruby is *not* installed
2014-12-20Merge pull request #3352 from benjaoming/virtualenvwrapper_workon_unsetRobby Russell
Throw an error message when $WORKON_HOME is not set
2014-12-20Merge pull request #3397 from peteches/masterRobby Russell
Fixed output issues webith websearch plugin.
2014-12-19Merge pull request #3424 from bergvandenp/docker_execRobby Russell
added exec command to docker plugin
2014-12-19Merge pull request #3303 from iml/brew-updateRobby Russell
Remove deprecated brew commands, update core commands
2014-12-19Merge pull request #3362 from emarashliev/masterRobby Russell
Added Xcode alias for deleting Derived Data.
2014-12-19Merge pull request #3372 from bbiao/compatible-with-new-autojumpRobby Russell
autojump installed from github has mv the autojump.zsh to $HOME/.autojum...
2014-12-19Merge pull request #3410 from Superbil/masterRobby Russell
Fix aws.plugins.zsh check rule
2014-12-18added exec command to docker pluginPaul van den Berg
2014-12-16Update the list of Heroku Postgres commandsChristophe Coevoet
2014-12-16Fix aws.plugins.zsh check ruleSuperbil
Check _aws_zsh_completer_path had exist or not
2014-12-15Updated Yii2 command completionekaragodin
2014-12-15Add yii2 readmeekaragodin
2014-12-14Merge pull request #2094 from frantzmiccoli/phing-fixRobby Russell
Phing plugin improvment
2014-12-14Merge pull request #3399 from ↵Robby Russell
ryan-robeson/add-itunes-shuffle-command-to-osx-plugin Add itunes shuffle command to OSX plugin.
2014-12-14Merge pull request #3395 from vmalloc/patch-1Robby Russell
Fix dircycle plugin
2014-12-14Merge pull request #3326 from DanielFGray/masterRobby Russell
ignore any grep aliases that might be defined
2014-12-14Added Yii2 command completionekaragodin
2014-12-12Add itunes shuffle command to OSX plugin.Ryan Robeson
Added shuffle functionality to the itunes command in the OSX plugin. iTunes 12 doesn't support setting the "shuffle" property on the playlist from what I've read, so this simulates the user interacting with the iTunes interface. The toggle option "clicks" the shuffle button in the Now Playing area. This has the effect of toggling the shuffle setting on whatever is currently playing. The on and off options use the Shuffle menu bar items. Usage: itunes shuffle [on|off|toggle]
2014-12-12Fixed output issues webith websearch plugin.Pete "Peteches" McCabe
- if user has rm set as an alias to 'rm -i' user is prompted to whether to remove the nohup.out file. $ ddg fools nohup: ignoring input and appending output to ‘nohup.out’ rm: remove regular empty file ‘nohup.out’? - if output redirected to a file nohup will not create nohup.out and rm is unecessary.
2014-12-11Fix dircycle pluginRotem Yaari
dircycle right did not behave as expected and was fixed
2014-12-04autojump installed from github has mv the autojump.zsh to ↵ZHANG Biao
$HOME/.autojump/share/autojump/autojump.zsh
2014-12-02Fixed command autocomplete for Symfony 2.6.xIon Marusic
2014-12-01Added Xcode alias for deleting Derived Data.Emil Marashliev
2014-11-28Throw an error message when $WORKON_HOME is not setbenjaoming
Took me a while to figure this one out, and I have a default installation of virtualenvwrapper -- this is a soft fix, just put an error message. But perhaps the fix should be to use the default value `~/.virtualenvs`.
2014-11-27Merge pull request #2448 from gawashburn/masterRobby Russell
Fix autojump script to support Nix installations
2014-11-27Merge pull request #2871 from wrboyce/extract-pigzRobby Russell
use pigz if available in extract plugin
2014-11-27Merge pull request #3092 from MWers/aws-brew-issueRobby Russell
[aws plugin] Changed brew cmd to properly report if awscli is installed via homebrew
2014-11-26use pigz if available in extract pluginWill Boyce
2014-11-24Fix chruby plugin to not complain if chruby is *not* installedEric Ripa
2014-11-16[~] fix plugin pjKravchuk S.V
https://github.com/robbyrussell/oh-my-zsh/commit/bce74975d055529cbd186782e2fd99e6da840460
2014-11-16ignore any grep aliases that might be definedDanielFGray
2014-11-15Fix autojump script to support Nix installationsGeoffrey Washburn
2014-11-08Remove deprecated brew commands, update core commandsIan Lancaster
`brew services` and `brew server` were moved to homebrew-boneyard.