Commit graph

3,437 commits

Author SHA1 Message Date
Mathieu Comandon
7940acb090 Don't try running chsh if user already runs zsh 2014-09-17 14:15:17 +02:00
Fredrik Fornwall
5e937a32ed Replace /usr/bin/env with env
Some environments (such as Android) does not have /usr/bin.
2014-09-17 14:15:17 +02:00
Alex Shadrin
8b31ef2341 Resets the font colour to original 2014-09-17 14:15:17 +02:00
Tom Cammann
e4e15c64b9 Update jira plugin to allow lookup of issues
Plugin now supports lookup of tickets by assignee and reporter
2014-09-17 14:15:17 +02:00
lundberg
0344721f20 New alias for git plugin: gbr == git branch --remote 2014-09-17 14:15:17 +02:00
Bruno Oliveira
be0cffd57d Inclusion of aliases for sign git commits and tags 2014-09-17 14:15:17 +02:00
Cherry NG
812426323a rounding to emoji clock 2014-09-17 14:15:17 +02:00
Celso Miranda
baa499fc20 bugfix: two wild apostrophes
oops
2014-09-17 14:15:17 +02:00
Celso Miranda
3ed61e5306 Add support for local aur databases
With these simple changes the plugin checks for the local AUR database and updates the aliases so it can update it when you issue a `pacupd` or `yaupd`.
2014-09-17 14:15:17 +02:00
Frederik Mogensen
d6e3f94e4a Added _files to complete all arguments following the first as files 2014-09-17 14:15:17 +02:00
Frederik Mogensen
45b0509ce2 Added autocompleting plugin for Android Debug Bridge (adb). 2014-09-17 14:15:17 +02:00
Adam Poskitt
c039771d63 Update half-life.zsh-theme
Add spaces before bullet-points to more easily distinguish them from one another and the rest of the prompt when using smaller font-sizes and do not add a blank line prior to prompt output; if there's a desire for spacing, one can use their terminal's line-height to achieve this.
2014-09-17 14:15:17 +02:00
Adam Poskitt
8791b00472 Update README.textile 2014-09-17 14:15:17 +02:00
Jim Remsik
cb8c1320db Add gap (git add --patch) 2014-09-17 14:14:44 +02:00
Carlos Chacin
1e4409fcb9 TomEE maven plugin + integration-test in common life-cycle 2014-09-17 14:14:44 +02:00
Josh Medeski
c88e3809e2 WP-CLI plugin init 2014-09-17 14:14:44 +02:00
Guerki
c3e678b2d9 Run Web-search as a Background Process with Nohup 2014-09-17 14:14:44 +02:00
Christian Höltje
9fb6dd7bec Use $OSTYPE instead of uname to speed things up
The $OSTYPE variable is set at ZSH compile time and can be safely used
to determine the OS of the system. e.g. darwin (os x)
2014-09-17 14:14:44 +02:00
Christian Höltje
ce1dfa978c Trust but verify 'scutil' to return ComputerName
Apparently, it is possible to set up a Mac such that
`scutil --get ComputerName` hasn't been set.

This change checks if that fails and falls back to the original
mechanism.

Closes #2155
Closes #2183
2014-09-17 14:14:44 +02:00
Ben Zörb
9f6d971a5f #2914 fixed symfony2 autocomplete 2014-09-17 14:14:44 +02:00
Christian Köstlin
e21b5356e1 gem plugin: added _files to install command
is useful if you want to install a local gem from the filesystem
2014-09-17 14:14:44 +02:00
ncanceill
3521b182fb make sure cache dir exists, just like log dir 2014-09-17 14:14:44 +02:00
ncanceill
116572a0f1 Revert "specify python2 in shebang"
"/usr/bin/python2" does not exist on Mac OSX (see #2382), so fuck people who have
"python" symlinked to "python3"

This reverts commit e5ed07e2b5
2014-09-17 14:14:44 +02:00
Markus Faerevaag
1bbcdc6415 [wd] v0.2.2: Added MIT-License 2014-09-17 14:14:44 +02:00
Markus Faerevaag
084451e612 [wd] v0.3.1: Improved completion and bug fixes 2014-09-17 14:14:44 +02:00
Anton Eicher
e5977cd8f6 Added check for .git directory in current, before wasting time querying git. This saves seconds on my pc. 2014-09-17 14:14:43 +02:00
Moinak Ghosh
90762eee49 Convert epoch_target from days to seconds. 2014-09-17 11:11:48 +05:30
Moinak Ghosh
5f38a537ce Update Solaris changes to use OSTYPE and zsh datetime module. 2014-09-16 22:29:52 +05:30
Peter Butkovic
eb0549750f additional tmux aliases 2014-09-16 10:35:43 +02:00
Halil Özgür
7a5d68c963 Remove j alias for autojump
j alias conflicts with autojump's j() function. Fixes #2989
2014-09-13 10:30:16 +03:00
Markus Faerevaag
b5093859af [wd] Minor bug fix in show command 2014-09-08 09:09:44 +02:00
Markus Faerevaag
6855dd4727 [wd] New minor version (v0.4) 2014-09-07 21:56:34 +02: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
ffe8ce5b1e Merge pull request #3095 from robbyrussell/revert-1504-master
Revert "Exit early from git plugin if not in git repo." due to #3082
2014-09-04 12:54:55 +02:00
Robby Russell
5e25913178 Revert "Exit early from git plugin if not in git repo." 2014-09-04 12:53:43 +02:00
Matt Walker
87fb118dd2 Changed brew cmd to properly report if awscli is installed via homebrew 2014-09-03 12:01:29 -07:00
Michael Stucki
ae901fa0d5 Support dynamically defined Vagrant machines 2014-09-03 16:08:27 +02:00
Robby Russell
a8ef111a79 Merge pull request #3072 from clippit/patch-1
Fix missing add-zsh-hook in pygmalion.zsh-theme
2014-09-03 15:51:50 +02:00
Robby Russell
dd644a1fa9 Merge pull request #2743 from docwhat/issue-2155-scutil
Trust but verify 'scutil' to return ComputerName
2014-09-03 15:51:30 +02:00
Robby Russell
ca0331da51 Merge pull request #3087 from hacfi/symfony
Symfony2 plugin use first console found
2014-09-03 15:49:04 +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
Carlos Cardoso
c95561b79f merged upstream in 2014-09-03 01:15:27 -03: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
eca6dca2a1 Merge pull request #3071 from halilim/patch-4
Use the library function for ruby prompt
2014-09-01 13:02:12 +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
a796a67c8f Merge pull request #3077 from robbyrussell/revert-3068-patch-1
Revert "Add Composer's local binaries to PATH"
2014-09-01 13:01:06 +02:00