- 10 Feb, 2015 20 commits
-
-
Robby Russell authored
dircycle plugin: clean and fix logic once and for all
-
Robby Russell authored
sudo: maintain cursor position
-
Robby Russell authored
Repost #2422: cleaning lib
-
Marc Cornellà authored
-
Marc Cornellà authored
-
LFDM authored
-
LFDM authored
They are implemented in lib anyway.
-
LFDM authored
-
LFDM authored
There were only three aliases left in aliases.zsh File deleted!
-
LFDM authored
More compact case statement instead of the ugly if elif... else statement. Moves it to history.zsh
-
LFDM authored
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.
-
LFDM authored
- Cleans out aliases.zsh. - Removes unneeded cd function.
-
Marc Cornellà authored
-
Marc Cornellà authored
This way the user can keep their preferred pushd syntax while enabling us to use a standard syntax in our defined functions. To explain further, without a clear value on the PUSHD_MINUS option, we could be changing the +1/-0 values all we want, that some user would find that it didn't work for him. We have two options, then: - Setting a particular value, which was my first approach. - Using `emulate -L zsh` to ensure all options defined in the function's body won't be passed along to the main zsh instance. For more info see: http://zsh.sourceforge.net/Doc/Release/Shell-Builtin-Commands.html#index-emulate
-
Marc Cornellà authored
-
Marc Cornellà authored
This change follows this proposed behaviour: Ctrl+Shift+Left: move to last visited directory Ctrl+Shift+Right: move to next visited directory an alternative behaviour would be: Ctrl+Shift+Left: move directory to the left in `dirs` output Ctrl+Shift+Right: move directory to the right in `dirs` output It also introduces `setopt nopushdminus` as a way to standardise pushd syntax. It's value wasn't clear before, which has been the cause of so many pull requests regarding this plugin not working in some environments.
-
Robby Russell authored
virtualenvwrapper: Deactivate only if in virtualenv
-
Robby Russell authored
Improved ant completion
-
Robby Russell authored
[Plugin: cake] switch newer-than logic to get the desired behavior
-
Robby Russell authored
Move pwd update output to precmd to avoid contamination
-
- 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.
-
- 04 Feb, 2015 1 commit
-
-
Andrew Janke authored
-
- 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.
-
- 31 Jan, 2015 4 commits
-
-
Robby Russell authored
Allow custom cache dir
-
Robby Russell authored
Fast installation time by shallow copying git repo
-
Robby Russell authored
Fix Plugin commands
-
Robby Russell authored
activate django plugin on command "django-admin"
-
- 28 Jan, 2015 1 commit
-
-
Andrew Janke authored
contaminating script/function output
-
- 14 Jan, 2015 1 commit
-
-
Nicholas T. authored
Use `--depth=1` to clone just the lastest version rather than every version in git.
-
- 12 Jan, 2015 2 commits
-
-
Luis Martins authored
-
Yu Jiang authored
activate django plugin on command "django-admin"
-
- 09 Jan, 2015 1 commit
-
-
Robby Russell authored
termsupport: add chpwd hook for setting pwd in Apple Terminal.app
-
- 08 Jan, 2015 2 commits
- 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
-
- 21 Dec, 2014 1 commit
-
-
Andrew Janke authored
-
- 20 Dec, 2014 2 commits
-
-
Robby Russell authored
mira theme shows active node, ruby and java versions
-
Robby Russell authored
Added Yii2 command completion
-