Robby Russell
b29602e661
Merge pull request #764 from Fl4t/submodules
...
Ignore submodules dirty in prompt info
14 years ago
Robby Russell
2b86624951
Merge pull request #772 from indrajitr/master
...
Fix upgrade and uninstall functions to pick up $ZSH value
14 years ago
Robby Russell
723372a103
Merge pull request #765 from trevor/master
...
add note about custom plugins
14 years ago
Robby Russell
8af3a9af56
Merge pull request #768 from askreet/master
...
global ssh_known_hosts file
14 years ago
Robby Russell
f8db2e88e5
Merge pull request #769 from divineforest/master
...
Added alias gcm='git checkout master
14 years ago
Robby Russell
0ca2e26e16
Merge pull request #775 from tatey/sammy_black_on_white_theme
...
Black on white theme
14 years ago
Michael Holachek
f999fd8e12
Added example aliases in ZSH template. Added a new theme.
...
Example aliases allow for an easier way to open ZSH config file/folder
in Textmate. New theme is mh.zsh-theme.
14 years ago
Tate Johnson
59baf390e9
Black on white theme inspired by Sam Stephenson's terminal screenshot on https://github.com/sstephenson/rbenv
14 years ago
Indrajit Raychaudhuri
0b583638ae
Fix upgrade and uninstall functions to pick up $ZSH value
14 years ago
Alexander Balashov
12a04571bb
Added alias gcm='git checkout master
14 years ago
Kyle Smith
d8521693f4
Added support for entries in /etc/ssh/ssh_known_hosts.
14 years ago
julien@macbook
dd14e075b7
Ignore submodules dirty in prompt info
14 years ago
Trevor Wennblom
a21dc477c2
add note about custom plugins
14 years ago
Robby Russell
54f17588b3
Merge pull request #752 from andrewtch/symfony2-completion
...
Symfony 2 completion
14 years ago
Robby Russell
8c96fa3ec6
Merge pull request #757 from cwjohnston/knife-environments
...
Add support for chef environments in knife plugin
14 years ago
Robby Russell
8ca8d2661c
Merge pull request #759 from Zhann/master
...
show gem set next to ruby version
14 years ago
Steven De Coeyer
a62d22726b
show gemset next to ruby version
14 years ago
Cameron Johnston
1ced49b85a
adding support for chef environments in knife plugin
14 years ago
Andrew Tch
03424fdadb
Symfony 2 completion
14 years ago
Robby Russell
82568cc7e6
Merge pull request #708 from eatnumber1/update-print
...
Use printf rather than echo -e in update.sh
14 years ago
Matt Parnell
1a49f6443c
add sprunge.us pastebin uploader - uses files, or pipes
14 years ago
Robby Russell
c133f41833
Merge pull request #343 from giddie/plugin-wakeonlan
...
Plugin to make WOL nice & easy
14 years ago
Robby Russell
047fcdc2cb
Merge pull request #743 from c089/autojump-macports
...
add support for autojump installed via macports
14 years ago
Robby Russell
220eccf0a9
Merge pull request #741 from suvash/master
...
Added my own theme for submission
14 years ago
Robby Russell
9637d4ec22
Merge pull request #738 from pygatea/master
...
Adds pygmalion.zsh_theme
14 years ago
Robby Russell
e711ab84cc
Merge pull request #733 from Zhann/master
...
Pull request for zhann theme
14 years ago
Robby Russell
d1b6423f2f
Merge pull request #732 from ggustafsson/patch-1
...
Removed duplicate setting and sorted the remaining
14 years ago
Robby Russell
e25147a3af
Merge pull request #734 from maxpersson/726-pip-completion
...
Added brute force package completion to pip plugin
14 years ago
Robby Russell
11b4769085
Merge pull request #709 from docwhat/custom-plugin-fpath
...
set fpath correctly for custom plugins
14 years ago
Robby Russell
ca21ff16da
Merge pull request #707 from gmcmillan/master
...
Allow user to disable update prompt
14 years ago
Robby Russell
a9a0f58009
Merge pull request #706 from docwhat/termsupport-hook
...
lib/termsupport now uses add-zsh-hook
14 years ago
Robby Russell
d3cc18499d
Merge pull request #701 from kirs/master
...
Rails Migrations support in Rails3 plugin
14 years ago
Robby Russell
91926dc80a
Merge pull request #553 from benlumley/master
...
Improvement to gallois theme
14 years ago
Christoph Neuroth
3e7e52a25f
add support for autojump installed via macports
14 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.
14 years ago
Dominick LoBraico
d25fb095a9
forks miloshadzic theme to add more directory info as well as user and host info
14 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
Lachèze Alexandre
31badac2ea
Jake-node plugin : update
...
- remove the need to write a `jake_tasks` in the directory
- use most recent usage of completion with zsh
- tested for MacOSX and Ubuntu
15 years ago
Gael Pasgrimaud
5260bfd4eb
allow django-manage completion. http://pypi.python.org/pypi/DjangoDevKit
15 years ago
Daniel Hahler
2c660c16ad
Only alias git=hub if `hub --version` works.
...
`hub` is crashing for me on a old CentOS setup with
"undefined method `shelljoin'".
On first use of the `git` function it is now checked if
`hub --version` returns successfully.
15 years ago
Matt Outten
10618f323f
Add the --format tag to knife list commands
...
This commit adds the --format tag to all of the autocompletion functions. The default format changed from json to a "human readable" format as of version 0.10. This change should be backward compatible. Alternatively, these commands could be simplified by using the new default human readable format.
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
Russell Harmon
7ec2dd984a
Use printf rather than echo -e in update.sh
...
update.sh is an "sh" script, not a zsh or bash script. On platforms
which have real sh, echo does not have the -e option.
15 years ago
Graham McMillan
4173ba1e95
Added option to disable the update prompt. Set DISABLE_UPDATE_PROMPT to true to enable.
15 years ago