sachin21
ac053f4211
This alias is conflict cause
12 years ago
Jingwen Owen Ou
dc9e1764cf
Fix missing add-zsh-hook
...
In older version of zsh, `add-zsh-hook` is not available, causing issues like:
```
/Users/hugo/.oh-my-zsh/lib/termsupport.zsh:32: add-zsh-hook: function definition file not found
/Users/hugo/.oh-my-zsh/lib/termsupport.zsh:33: add-zsh-hook: function definition file not found
```
See https://github.com/robbyrussell/oh-my-zsh/issues/748 . This patch pulls in the changes suggested in https://github.com/robbyrussell/oh-my-zsh/issues/748#issuecomment-37862691 by @mcornella and I have tested it on RHEL 5.
12 years ago
DariusPHP
5d6c73d7d3
#git plugin git diff-tree --name-only added
12 years ago
Mathieu Comandon
91ba6d9887
Don't try running chsh if user already runs zsh
12 years ago
Fredrik Fornwall
dac2a6e27a
Replace /usr/bin/env with env
...
Some environments (such as Android) does not have /usr/bin.
12 years ago
Alex Shadrin
eee7345f1f
Resets the font colour to original
12 years ago
Tom Cammann
df1b0b3289
Update jira plugin to allow lookup of issues
...
Plugin now supports lookup of tickets by assignee and reporter
12 years ago
Daniel Oaks
49e10ae449
Make 'ys' theme use hg repo info too
12 years ago
lundberg
9a0196dbf7
New alias for git plugin: gbr == git branch --remote
12 years ago
Bruno Oliveira
45abe764e5
Inclusion of aliases for sign git commits and tags
12 years ago
Cherry NG
99e74b0498
rounding to emoji clock
12 years ago
Celso Miranda
7d208be2a1
bugfix: two wild apostrophes
...
oops
12 years ago
Celso Miranda
78a7c0c6ae
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`.
12 years ago
Frederik Mogensen
8ad9122ba4
Added _files to complete all arguments following the first as files
12 years ago
Frederik Mogensen
89f1d94a30
Added autocompleting plugin for Android Debug Bridge (adb).
12 years ago
Adam Poskitt
fdb30392b1
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.
12 years ago
Adam Poskitt
397a9f7b7b
Update README.textile
12 years ago
Jim Remsik
4f1ee6c1ee
Add gap (git add --patch)
12 years ago
Robby Russell
1b7a3ea99a
Merge pull request #2993 from mittalabhas1/master
...
Update README.textile
12 years ago
Robby Russell
36e1cff69a
Merge pull request #2994 from admpsktt/patch-1
...
Update rvm.plugin.zsh
12 years ago
Carlos Chacin
961ca143b8
TomEE maven plugin + integration-test in common life-cycle
12 years ago
Josh Medeski
80323ec4c3
WP-CLI plugin init
12 years ago
Adam Poskitt
e5ac5009a4
Update rvm.plugin.zsh
...
Ruby 2.1.1 -> Ruby 2.1.2.
12 years ago
Abhas Mittal
fbdacbfb1a
Update README.textile
12 years ago
Abhas Mittal
0174feef0d
Update README.textile
...
Added instructions for installing zsh (due to the problems with first time zsh users)
12 years ago
Guerki
65ce765043
Merge remote-tracking branch 'upstream/master'
12 years ago
Guerki
db3dd6d755
Run Web-search as a Background Process with Nohup
12 years ago
Christian Höltje
63bae2aba9
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)
12 years ago
Christian Höltje
00b21d5ac3
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
12 years ago
Shammel Lee
0e00f0b034
typo
...
line 1: of => or
12 years ago
Elliott Williams
73212ded4e
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!
12 years ago
Robby Russell
207b6a1e33
Merge pull request #2969 from nicolas-brousse/patch-1
...
Update brew.plugin.zsh
12 years ago
Nicolas Brousse
877d55ce92
Update brew.plugin.zsh
...
Add `brew cleanup` command to `bubu` alias
12 years ago
Ben Zörb
bb928b59c4
#2914 fixed symfony2 autocomplete
12 years ago
Christian Köstlin
39a1e2a083
gem plugin: added _files to install command
...
is useful if you want to install a local gem from the filesystem
12 years ago
ncanceill
7478b754a1
make sure cache dir exists, just like log dir
12 years ago
ncanceill
5756ea0101
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
12 years ago
Markus Faerevaag
a6b655fae9
[wd] v0.2.2: Added MIT-License
12 years ago
Robby Russell
cea29ff7ce
Merge pull request #2914 from bezoerb/symfony2-general
...
generalized symfony2 console directory
12 years ago
Robby Russell
15c5d59892
Merge pull request #2923 from Kriechi/bundler-fixes
...
Bundler fixes
12 years ago
Christopher Kochan
bf134e9cb3
Fix for recusion limit hit for _rake_command alias
12 years ago
Markus Faerevaag
346f6b7d24
[wd] v0.3.1: Improved completion and bug fixes
12 years ago
Thomas Kriechbaumer
4b997429b3
add BUNDLED_COMMANDS functionality to bundler plugin
12 years ago
Thomas Kriechbaumer
34bc91e79d
added Bundler readme file
12 years ago
Thomas Kriechbaumer
b007fee187
add pry to bundler-commands
12 years ago
Thomas Kriechbaumer
11f0d273b5
add spring to bundler-commands
12 years ago
Thomas Kriechbaumer
cfc98d3f8c
remove double bundle exec
12 years ago
toooooooby
20c84eaafc
Add 'outdated' and 'platform' completions to bundler plugin
12 years ago
Thomas Kriechbaumer
f8ea9270eb
remove berkshelf from bundler-commands
...
fixes #2076
12 years ago
Thomas Kriechbaumer
fdbfd41090
remove ruby from bundler-commands
...
related to #1587
closes #2200
closes #2561
12 years ago