Commit graph

2,472 commits

Author SHA1 Message Date
Mathieu Comandon
c9e06a8aff Don't try running chsh if user already runs zsh 2014-11-28 14:37:14 +01:00
Fredrik Fornwall
0abd191230 Replace /usr/bin/env with env
Some environments (such as Android) does not have /usr/bin.
2014-11-28 14:37:14 +01:00
Alex Shadrin
978313d61f Resets the font colour to original 2014-11-28 14:37:13 +01:00
Tom Cammann
72fe6ed2c1 Update jira plugin to allow lookup of issues
Plugin now supports lookup of tickets by assignee and reporter
2014-11-28 14:37:13 +01:00
lundberg
2d9a3fc58e New alias for git plugin: gbr == git branch --remote 2014-11-28 14:37:13 +01:00
Bruno Oliveira
f112186114 Inclusion of aliases for sign git commits and tags 2014-11-28 14:37:13 +01:00
Cherry NG
40c7708daa rounding to emoji clock 2014-11-28 14:37:13 +01:00
Celso Miranda
737b1c06c9 bugfix: two wild apostrophes
oops
2014-11-28 14:37:13 +01:00
Celso Miranda
1f624b8211 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-11-28 14:37:13 +01:00
Frederik Mogensen
877de29113 Added _files to complete all arguments following the first as files 2014-11-28 14:37:13 +01:00
Frederik Mogensen
e62f2399c4 Added autocompleting plugin for Android Debug Bridge (adb). 2014-11-28 14:37:13 +01:00
Adam Poskitt
401dcdd824 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-11-28 14:37:13 +01:00
Adam Poskitt
429b5862a2 Update README.textile 2014-11-28 14:37:13 +01:00
Jim Remsik
d8bfb58468 Add gap (git add --patch) 2014-11-28 14:37:13 +01:00
Carlos Chacin
b77e4965d7 TomEE maven plugin + integration-test in common life-cycle 2014-11-28 14:37:13 +01:00
Josh Medeski
8d8e3b3a5d WP-CLI plugin init 2014-11-28 14:37:13 +01:00
Adam Poskitt
3b028f8795 Update rvm.plugin.zsh
Ruby 2.1.1 -> Ruby 2.1.2.
2014-11-28 14:37:13 +01:00
Abhas Mittal
a051d7b105 Update README.textile 2014-11-28 14:37:13 +01:00
Abhas Mittal
c8267fd781 Update README.textile
Added instructions for installing zsh (due to the problems with first time zsh users)
2014-11-28 14:37:13 +01:00
Guerki
711722b04f Run Web-search as a Background Process with Nohup 2014-11-28 14:37:13 +01:00
Christian Höltje
417936dba8 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-11-28 14:37:13 +01:00
Christian Höltje
940ba79db7 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-11-28 14:37:13 +01:00
Shammel Lee
32c49bf22a typo
line 1: of => or
2014-11-28 14:37:12 +01:00
Elliott Williams
0c0f921bfa 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-28 14:37:12 +01:00
Nicolas Brousse
53078d1eda Update brew.plugin.zsh
Add `brew cleanup` command to `bubu` alias
2014-11-28 14:37:12 +01:00
Ben Zörb
169f7fb594 #2914 fixed symfony2 autocomplete 2014-11-28 14:37:12 +01:00
Christian Köstlin
af89beca14 gem plugin: added _files to install command
is useful if you want to install a local gem from the filesystem
2014-11-28 14:37:12 +01:00
ncanceill
9f2bdb9a5a make sure cache dir exists, just like log dir 2014-11-28 14:37:12 +01:00
ncanceill
09d6da2595 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-11-28 14:37:12 +01:00
Markus Faerevaag
f2a426c0db [wd] v0.2.2: Added MIT-License 2014-11-28 14:37:12 +01:00
Christopher Kochan
102873f2c2 Fix for recusion limit hit for _rake_command alias 2014-11-28 14:37:12 +01:00
Markus Faerevaag
e96c79432c [wd] v0.3.1: Improved completion and bug fixes 2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
08728c0dc9 add BUNDLED_COMMANDS functionality to bundler plugin 2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
b8a7f6b69e added Bundler readme file 2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
791828094b add pry to bundler-commands 2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
04f5d1ce82 add spring to bundler-commands 2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
8705d2b7db remove double bundle exec 2014-11-28 14:37:12 +01:00
toooooooby
6a4dbea189 Add 'outdated' and 'platform' completions to bundler plugin 2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
d164416fc1 remove berkshelf from bundler-commands
fixes #2076
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
fbd27aa784 remove ruby from bundler-commands
related to #1587
closes #2200
closes #2561
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
db0290367c remove spin from bundler-commands
closes #1817
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
6f3a6c5e19 remove foreman from bundler-commands
closes #1825
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
b7a9adef31 add sidekiq to bundler-commands
closes #2779
2014-11-28 14:37:11 +01:00
Thomas Kriechbaumer
2793566efe split bundler-commands into seperate lines
This makes adding, deleting and merging a lot easier.
2014-11-28 14:37:11 +01:00
Simon Frost
ccd30fd8e4 Add support for jira-prefix configuration file 2014-11-28 14:37:11 +01:00
Simon Frost
f23189d1c0 Fix typo in warp directory plugin 2014-11-28 14:37:11 +01:00
Ben Zörb
d9c57a2cbe added cache:warmup alias 2014-11-28 14:37:11 +01:00
Josh Comer
6a48967e83 Fix typo in docker plugin 2014-11-28 14:37:11 +01:00
Moinak Ghosh
a8e196efce Solaris portability tweaks. 2014-11-28 14:37:11 +01:00
Andy Hayden
40fef3eae2 terminal party show exit status with color 2014-11-28 14:37:11 +01:00