Age | Commit message (Collapse) | Author |
|
They are implemented in lib anyway.
|
|
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.
|
|
virtualenvwrapper: Deactivate only if in virtualenv
|
|
Improved ant completion
|
|
As suggested in https://github.com/robbyrussell/oh-my-zsh/pull/3329#issuecomment-72062236
|
|
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
|
|
Regen .ant_targets only if it's newer than build.xml? Yeah, that seems wrong.
|
|
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.
|
|
Allow custom cache dir
|
|
Fix Plugin commands
|
|
|
|
activate django plugin on command "django-admin"
|
|
|
|
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
|
|
Added Yii2 command completion
|
|
additional tmux aliases
|
|
Fix chruby plugin to not complain if chruby is *not* installed
|
|
Throw an error message when $WORKON_HOME is not set
|
|
Fixed output issues webith websearch plugin.
|
|
added exec command to docker plugin
|
|
Remove deprecated brew commands, update core commands
|
|
Added Xcode alias for deleting Derived Data.
|
|
autojump installed from github has mv the autojump.zsh to $HOME/.autojum...
|
|
Fix aws.plugins.zsh check rule
|
|
|
|
|
|
Check _aws_zsh_completer_path had exist or not
|
|
|
|
|
|
Phing plugin improvment
|
|
ryan-robeson/add-itunes-shuffle-command-to-osx-plugin
Add itunes shuffle command to OSX plugin.
|
|
Fix dircycle plugin
|
|
ignore any grep aliases that might be defined
|
|
|
|
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]
|
|
- 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.
|
|
dircycle right did not behave as expected and was fixed
|
|
$HOME/.autojump/share/autojump/autojump.zsh
|
|
|
|
|
|
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`.
|
|
Fix autojump script to support Nix installations
|
|
use pigz if available in extract plugin
|
|
[aws plugin] Changed brew cmd to properly report if awscli is installed via homebrew
|
|
|
|
|
|
https://github.com/robbyrussell/oh-my-zsh/commit/bce74975d055529cbd186782e2fd99e6da840460
|
|
|
|
|
|
`brew services` and `brew server` were moved to homebrew-boneyard.
|