Commit graph

1,488 commits

Author SHA1 Message Date
Benjamin Stier
6011322405 Fixes the profiles-plugin
An error was introduced with 7f75bb9, which uses special vars. This is the
fix.
2014-11-11 19:49:40 -03:00
Marc Cornellà
deb6ebcc76 Change all hostname calls for $HOST or $SHORT_HOST 2014-11-11 19:49:40 -03:00
Marc Cornellà
1093fe551a Change all pwd calls for $PWD variable
This avoids spawning additional processes as $PWD **always** contains
the current working directory.
2014-11-11 19:49:40 -03:00
Marc Cornellà
6de40147d3 Change all whoami calls for $USER variable
This avoid spawning additional processes, as the $USER variable will
**always** contain the current logged-in user.
2014-11-11 19:49:40 -03:00
Pavol Juhas
c654b4dbab Update to the upstream smart-change-directory.
Synced with the master branch
pavoljuhas/smart-change-directory@20b5a80cf0.
2014-11-11 19:49:40 -03:00
Neal
e38c04237d Make the simulator alias work with older Xcode versions as well. 2014-11-11 19:49:40 -03:00
Marc Cornellà
af927d74f1 Follow-redirect and silent mode curl throughout gitignore
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.
2014-11-11 19:49:40 -03:00
WooParadog
dcd55f244f Fix gitignore curl, should follow redirects 2014-11-11 19:49:40 -03:00
Alex Shaindlin
3faf6e04d2 Fix misspellings in gitignore plugin 2014-11-11 19:49:40 -03:00
Andrii Kostenko
b0b95fd85d fixed URL on github.io
github.io moved to https and http returns 301 redirect
2014-11-11 19:49:40 -03:00
Markus Faerevaag
c6c9b980e8 [wd] fix space in path 2014-11-11 19:49:40 -03:00
willmendesneto
1aa224cc13 Fix error using compass search alias 2014-11-11 19:49:40 -03:00
Neal
a20bfbfc2c Update path for the iOS simulator. 2014-11-11 19:49:40 -03:00
Nikhil Gupta
0565489014 added support for GNU version of date 2014-11-11 19:49:39 -03:00
Moinak Ghosh
5c21010e7e Update Solaris changes to use OSTYPE and zsh datetime module. 2014-11-11 19:49:39 -03:00
Halil Özgür
92172b5ff2 Remove j alias for autojump
j alias conflicts with autojump's j() function. Fixes #2989
2014-11-11 19:49:39 -03:00
Markus Faerevaag
989328b4f2 [wd] Minor bug fix in show command 2014-11-11 19:49:39 -03:00
Markus Faerevaag
b9eb5c56a4 [wd] New minor version (v0.4) 2014-11-11 19:49:39 -03:00
Shammel Lee
1290e93495 typo
line 1: of => or
2014-11-11 19:49:39 -03:00
Elliott Williams
dfc525b205 Fix osx function: "not valid in this context"
I have been continually having problems with the "trash" function provided by the osx plugin, getting this error:

    trash:local:2: not valid in this context:

It seems like adding quotes around the assignment in [osx.plugin.zsh#L142](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/osx/osx.plugin.zsh#L142) fixed my problem.

Does this look good to you? Thanks!
2014-11-11 19:49:39 -03:00
Christopher Kochan
fd4fe144c5 Fix for recusion limit hit for _rake_command alias 2014-11-11 19:49:39 -03:00
Moinak Ghosh
dd6395e9df Solaris portability tweaks. 2014-11-11 19:49:39 -03:00
Frank Louwers
a0fcecf7f1 drop the foreach, make it even shorter. thanks Marc Cornellà! 2014-11-11 19:48:56 -03:00
Riyad Preukschas
cfc7133208 Make the virtualenv plugin themable 2014-11-11 19:48:56 -03:00
Frank Louwers
a0dbffdb84 [pj-plugin] avoid using basename. migth be (a lot?) faster 2014-11-11 19:48:56 -03:00
Frank Louwers
d3371200ff [pj-plugin] delete ugly ls -l | awk print $9 thing to use something not depending on date format + add support for projects with spaces in them 2014-11-11 19:48:56 -03:00
Robby Russell
96e4e5dd03 Merge pull request #2811 from stucki/multiple-vagrant-machines
Support dynamically defined Vagrant machines
2014-09-05 21:16:23 +02:00
Robby Russell
4bba11dbef Merge pull request #2744 from docwhat/ostype-not-uname
Use $OSTYPE instead of uname to speed things up
2014-09-05 21:15:57 +02:00
Robby Russell
5e25913178 Revert "Exit early from git plugin if not in git repo." 2014-09-04 12:53:43 +02:00
Michael Stucki
ae901fa0d5 Support dynamically defined Vagrant machines 2014-09-03 16:08:27 +02:00
Philipp Wahala
8d2dd8cc6a Symfony2 plugin autocomplete for app/console and bin/console 2014-09-03 11:58:52 +02:00
Philipp Wahala
677d8b1a21 Symfony2 plugin look for files only 2014-09-03 11:36:22 +02:00
Philipp Wahala
ed6c2c9106 Symfony2 plugin use first console found 2014-09-03 11:13:21 +02:00
Robby Russell
da94f45f9c Merge pull request #3073 from ajhenriques/master
add git difftool alias (gdt)
2014-09-01 13:02:55 +02:00
Robby Russell
d21e3ee422 Merge pull request #2996 from joshmedeski/master
WP-CLI plugin init
2014-09-01 13:02:34 +02:00
Robby Russell
003f3677db Merge pull request #3070 from stucki/vagrant-vm-list-fix
Improve support for Vagrant VM definitions
2014-09-01 13:01:36 +02:00
Robby Russell
a910aef0c4 Revert "Add Composer's local binaries to PATH" 2014-09-01 13:01:01 +02:00
Joshua Medeski
b8e10ca16d add wp-cli plugin readme 2014-08-31 23:33:43 -05:00
AJ Henriques
f0d5cfdc33 add git difftool alias (gdt) 2014-08-31 20:30:42 -07:00
Michael Stucki
e7fdb028b5 Improve support for Vagrant VM definitions 2014-08-31 23:50:59 +02:00
Tobias Preuss
65f97a66c7 Add README.md for adb-autocompletion plugin. 2014-08-31 21:42:49 +02:00
Robby Russell
23bbf3cc2b Merge pull request #2986 from Guerki/master
Run web-search in background
2014-08-31 12:16:38 -07:00
Robby Russell
99fde07b8f Merge pull request #3000 from bigtiger/add-git-add-patch
Add gap (git add --patch)
2014-08-31 12:10:04 -07:00
Robby Russell
1f9b24e56b Merge pull request #2997 from cchacin/master
TomEE maven plugin + integration-test in common life-cycle
2014-08-31 12:08:08 -07:00
Robby Russell
eae6c38ea8 Merge pull request #3010 from celsomiranda/patch-1
Add support for local aur databases
2014-08-31 11:46:07 -07:00
Robby Russell
244a6f23e5 Merge pull request #3011 from cherrry/master
rounding to emoji clock
2014-08-31 11:45:10 -07:00
Robby Russell
58491bda21 Merge pull request #3012 from abstractj/git-gpg-signatures
Inclusion of aliases for sign git commits and tags
2014-08-31 11:44:57 -07:00
Robby Russell
74e7510a7d Merge pull request #3014 from allister-lundberg/git_alias_gitbranchremote
New alias for git plugin: gbr == git branch --remote
2014-08-31 11:43:59 -07:00
Robby Russell
fc365f5bdc Merge pull request #2963 from bezoerb/symfony2-autocomplete-fix
#2914 fixed symfony2 autocomplete
2014-08-31 11:36:08 -07:00
Robby Russell
5e842cf4f1 Merge pull request #3041 from takac/master
Update jira plugin to allow lookup of issues
2014-08-31 11:34:12 -07:00