Daniel Hahler
70e51186ec
Only `setopt correct`, not "correct_all".
...
Using the correct_all option is too distracting, and needs a lot of
`nocorrect` aliases to work around this.
Using only "correct" to correct the command itself is more friendly.
15 years ago
Robby Russell
c133f41833
Merge pull request #343 from giddie/plugin-wakeonlan
...
Plugin to make WOL nice & easy
15 years ago
Robby Russell
047fcdc2cb
Merge pull request #743 from c089/autojump-macports
...
add support for autojump installed via macports
15 years ago
Robby Russell
220eccf0a9
Merge pull request #741 from suvash/master
...
Added my own theme for submission
15 years ago
Robby Russell
9637d4ec22
Merge pull request #738 from pygatea/master
...
Adds pygmalion.zsh_theme
15 years ago
Robby Russell
e711ab84cc
Merge pull request #733 from Zhann/master
...
Pull request for zhann theme
15 years ago
Robby Russell
d1b6423f2f
Merge pull request #732 from ggustafsson/patch-1
...
Removed duplicate setting and sorted the remaining
15 years ago
Robby Russell
e25147a3af
Merge pull request #734 from maxpersson/726-pip-completion
...
Added brute force package completion to pip plugin
15 years ago
Robby Russell
11b4769085
Merge pull request #709 from docwhat/custom-plugin-fpath
...
set fpath correctly for custom plugins
15 years ago
Robby Russell
ca21ff16da
Merge pull request #707 from gmcmillan/master
...
Allow user to disable update prompt
15 years ago
Robby Russell
a9a0f58009
Merge pull request #706 from docwhat/termsupport-hook
...
lib/termsupport now uses add-zsh-hook
15 years ago
Robby Russell
d3cc18499d
Merge pull request #701 from kirs/master
...
Rails Migrations support in Rails3 plugin
15 years ago
Robby Russell
91926dc80a
Merge pull request #553 from benlumley/master
...
Improvement to gallois theme
15 years ago
Christoph Neuroth
3e7e52a25f
add support for autojump installed via macports
15 years ago
Suvash Thapaliya
8ca019f02a
Added my own theme file : suvash
...
Since I store my dotfiles on github
and plan to submodule oh-my-zsh
i supposed it was a good idea to
submit my theme as well.
15 years ago
Dominick LoBraico
d25fb095a9
forks miloshadzic theme to add more directory info as well as user and host info
15 years ago
Max Persson
5eae942188
Added message when caching packages
15 years ago
Max Persson
1c4997f5ca
Added caching of packages
15 years ago
Max Persson
42b0123427
Added brute force package completin on install subcommand
15 years ago
Robby Russell
7c36ef7faa
Adding critical security patch to let you all know I'm on top of this shit. add 'nyan' to your plugins... then run for security upgrade.
15 years ago
Steven De Coeyer
b16099f3cb
Added Zhann theme. Based on Robbyrussel theme, but shows the current ruby version and has some color variations.
15 years ago
Göran Gustafsson
3fc812afc9
Removed duplicate setting and sorted the remaining
15 years ago
Christian Höltje
258457ea4f
Moved ZSH_CUSTOM declaration before fpath is set
...
* also normalized style to match the guide.
15 years ago
Christian Höltje
3512eca2ce
set fpath correctly for custom plugins
...
Custom plugins weren't being added to the fpath correctly.
15 years ago
Graham McMillan
4173ba1e95
Added option to disable the update prompt. Set DISABLE_UPDATE_PROMPT to true to enable.
15 years ago
Christian Höltje
5277a0ffaa
Added add-zsh-hook support to themes
...
I added add-zsh-hook support to the themes that didn't have it already.
This allows the themes to co-exist with plugins and lib/termsupport.
15 years ago
Christian Höltje
40c47a7375
lib/termsupport now uses add-zsh-hook
...
This is needed to play nice with plugins that need various hooks.
15 years ago
Kir Shatrov
419ffdc48d
Rails Migrations support
15 years ago
Robby Russell
757fa3314d
Merge pull request #505 from masnick/master
...
Add new theme (fino.zsh-theme)
15 years ago
Robby Russell
b8ade4815a
Merge pull request #529 from dbb/master
...
Merge 'deb' and 'debian' plugins
15 years ago
Robby Russell
03fc819bee
Merge pull request #552 from Tricon/master
...
Purple Apple Logo Theme
15 years ago
Robby Russell
833c856b84
Merge pull request #579 from hakanensari/bundler-plugin-patch
...
Bundler plugin patch
15 years ago
Robby Russell
dfc7319491
Merge pull request #594 from sirech/fix-bundle-compl
...
Fix completion for bundled commands using the bundler plugin
15 years ago
Robby Russell
cceb387e0b
Merge pull request #595 from zachriggle/grails-plugin
...
Grails plugin
15 years ago
Robby Russell
0fe2462af8
Merge pull request #554 from toolbear/549-fix-auto-upgrade
...
Fix auto upgrade failure from non-exported ZSH env var
15 years ago
Robby Russell
167f84dacd
Merge pull request #607 from vddgil/patch-1
...
Textmate plugin update to take Gemfile and cucumber features in account
15 years ago
Robby Russell
c5e6dbf76b
Merge pull request #613 from rkj/master
...
Please merge my theme.
15 years ago
Robby Russell
15d7a4c225
Merge pull request #614 from philippbosch/feature/terminitor-plugin
...
terminitor plugin
15 years ago
Robby Russell
85fd141ff9
Merge pull request #622 from foozmeat/master
...
This is the correct way to check the return value
15 years ago
Robby Russell
ebd0523a4a
Merge pull request #626 from nickstenning/upstream
...
Better cake completion
15 years ago
Robby Russell
72adfb6cc7
Merge pull request #631 from danshearmur/git-merge-alias
...
added git merge as gm
15 years ago
Robby Russell
57f04b921e
Merge pull request #645 from mr-szymanski/master
...
Add "wuffers" theme
15 years ago
Robby Russell
1228638b41
Merge pull request #648 from SFEley/d926a55872b5a12ab8b987e9d86c02358d0c825e
...
New theme - Crunch
15 years ago
Robby Russell
26b20e21e1
Merge pull request #418 from ptrv/master
...
Added Mercurial plugin
15 years ago
Robby Russell
11a0c33323
Merge pull request #441 from Gonzih/master
...
Create gnzh theme and vundle plugin
15 years ago
Robby Russell
cc82ac1ed6
Merge pull request #273 from blueyed/hub-alias-only-with-ruby
...
Minor fix for the github plugin: check for `ruby`.
15 years ago
Robby Russell
490177d48b
Merge pull request #225 from Soliah/plugin-bundler
...
Add tab completion to bundler plugin
15 years ago
Robby Russell
7b6b6f1d92
Merge pull request #205 from sorin-ionescu/plugin-gnu-utils
...
gnu-utils plugin
15 years ago
Robby Russell
84c20ce6dd
Merge pull request #482 from volpino/master
...
Theme chooser + fox's theme
15 years ago
Robby Russell
e91e384497
Merge pull request #428 from matthewmccullough/gradleplugin
...
Added a gradle build tool plugin
15 years ago