- 10 Feb, 2015 3 commits
-
-
Maxime Fabre authored
-
Andrey Janzen authored
Use $_comp_command1 for command list generation instead of 'composer': `$_comp_command1` contains the command written in the command line. This allows us to have a different composer name
-
Julien Pepy authored
-
- 09 Feb, 2015 3 commits
-
-
Chris Peterson authored
As suggested in https://github.com/robbyrussell/oh-my-zsh/pull/3329#issuecomment-72062236
-
Chris Peterson authored
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
-
Chris Peterson authored
Regen .ant_targets only if it's newer than build.xml? Yeah, that seems wrong.
-
- 01 Feb, 2015 1 commit
-
-
Marc Cornellà authored
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.
-
- 12 Jan, 2015 2 commits
-
-
Luis Martins authored
-
Yu Jiang authored
activate django plugin on command "django-admin"
-
- 08 Jan, 2015 1 commit
-
-
Stephen authored
-
- 07 Jan, 2015 1 commit
-
-
Jyrki Pulliainen authored
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
-
- 18 Dec, 2014 1 commit
-
-
Paul van den Berg authored
-
- 16 Dec, 2014 1 commit
-
-
Christophe Coevoet authored
-
- 15 Dec, 2014 3 commits
-
-
Superbil authored
Check _aws_zsh_completer_path had exist or not
-
ekaragodin authored
-
ekaragodin authored
-
- 14 Dec, 2014 1 commit
-
-
ekaragodin authored
-
- 12 Dec, 2014 2 commits
-
-
Ryan Robeson authored
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]
-
Pete "Peteches" McCabe authored
- 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.
-
- 11 Dec, 2014 1 commit
-
-
Rotem Yaari authored
dircycle right did not behave as expected and was fixed
-
- 04 Dec, 2014 1 commit
-
-
ZHANG Biao authored
autojump installed from github has mv the autojump.zsh to $HOME/.autojump/share/autojump/autojump.zsh
-
- 02 Dec, 2014 1 commit
-
-
Ion Marusic authored
-
- 01 Dec, 2014 1 commit
-
-
Emil Marashliev authored
-
- 28 Nov, 2014 1 commit
-
-
benjaoming authored
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`.
-
- 26 Nov, 2014 1 commit
-
-
Will Boyce authored
-
- 24 Nov, 2014 1 commit
-
-
Eric Ripa authored
-
- 16 Nov, 2014 2 commits
-
-
DanielFGray authored
- 15 Nov, 2014 1 commit
-
-
Geoffrey Washburn authored
-
- 08 Nov, 2014 1 commit
-
-
Ian Lancaster authored
`brew services` and `brew server` were moved to homebrew-boneyard.
-
- 07 Nov, 2014 1 commit
-
-
Benjamin Stier authored
An error was introduced with 7f75bb90, which uses special vars. This is the fix.
-
- 06 Nov, 2014 3 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
This avoids spawning additional processes as $PWD **always** contains the current working directory.
-
Marc Cornellà authored
This avoid spawning additional processes, as the $USER variable will **always** contain the current logged-in user.
-
- 02 Nov, 2014 1 commit
-
-
Pavol Juhas authored
Synced with the master branch pavoljuhas/smart-change-directory@20b5a80cf05f72c07e88a9b166593f52517029e4.
-
- 28 Oct, 2014 1 commit
-
-
Neal authored
-
- 22 Oct, 2014 4 commits
-
-
Marc Cornellà authored
This commit completes previous efforts and standardizes both curl commands into using silent mode and following redirects in case the URL changes again in the future.
-
WooParadog authored
-
Alex Shaindlin authored
-
Andrii Kostenko authored
github.io moved to https and http returns 301 redirect
-