toabi
b26ff05965
updated the readme
16 years ago
Tobias Birmili
6bb13632f5
added plugin to control macports mysql-server installation
16 years ago
Takashi Yoshida
47e9914529
Added my own theme.
16 years ago
James Rowe
6efc79c74e
Don't correct hpodder commands.
16 years ago
James Rowe
3bc7301204
Added a minimum zsh version note.
16 years ago
James Rowe
f9fbd07983
Don't display dotfiles or reverse sort with ll alias.
...
The ll alias is a very common default for bash in Linux distributions, so use
that definition.
16 years ago
James Rowe
edc8e3d092
Ignore commands that start with a space.
...
This is useful when you want to use a dangerous command, as it won't be
available with history searching.
16 years ago
James Rowe
6774490a46
Don't auto-correct ebuild commands.
...
It breaks "ebuild <foo> manifest", as there are Manifest files in the directory.
16 years ago
Robby Russell
fca8b7e3e6
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
16 years ago
Robby Russell
59bfd87e08
Adding some candy to the upgrade script
16 years ago
Robby Russell
dea166411f
Moving brew functions to it's own plugin
16 years ago
Robby Russell
27904c117c
Moving current_branch() to git plugin
16 years ago
Robby Russell
89bd2bf317
Moving some rails and osx-specific functions to their corresponding plugin files
16 years ago
Robby Russell
455669e976
Removing legacy completion code
16 years ago
Robby Russell
ab2c0744ab
Removing rake completion from lib/ as it was moved to rails plugin
16 years ago
Robby Russell
c21d3775a9
Moving capistrano functions to rails plugin
16 years ago
Robby Russell
31dace8829
Updating default .zshrc template file to include plugins declaration
16 years ago
Robby Russell
3cf9ab722e
Initial implementation of a new plugin system, so that people can managed which aliases/functions they want.
16 years ago
MasterLambaster
81aa74b73c
Eastwood theme with optional RVM support
16 years ago
Joseph Bergantine
eb0f3c0234
adding my zsh theme -- only difference from robby's being that i'm using white instead of blue for legibility over brown
16 years ago
Vincent Driessen
c5c870ac05
Added customized version of the wezm theme (mainly added username/host in the prompt).
16 years ago
Thomas J Bradley
f2f34f5404
Added my zsh theme file, heavily based on sjl's
16 years ago
Alan Harper
0dbfeb9c23
aussiegeek theme (include showing rvm prompt)
16 years ago
Alan Harper
ba9c78fc9b
Import rvm prompt
16 years ago
lunks
f02c9560b3
macowsky modified theme with ruby version on prompt
16 years ago
lunks
8247cbf8b5
modified macovsky to support ruby version
16 years ago
Hayes Williams
0a2a981dfe
Adds a new theme that only seems to work on Linux
16 years ago
Robby Russell
5a3bde78d8
Sprinkling some candy on this muffin.
16 years ago
Doug Fritz
456834b9ea
added skaro theme
16 years ago
Edvard Majakari
081deba3c4
added my theme
16 years ago
Dave Verwer
97aac4acb5
New theme "daveverwer", based on "geoffgarside".
16 years ago
Parker McGee
d8a10dbba5
added my own theme
16 years ago
Andy Fowler
a649b2d410
happy with my theme. caret turns red for root
16 years ago
Andy Fowler
6213f3304f
my WIP theme
16 years ago
Christopher Chow
458da5895a
Added my own theme.
16 years ago
Ryan McCuaig
08a90297fe
Add my preferred prompt
16 years ago
dstufft
147acd2237
added the dstufft theme (based on prose by sjl)
16 years ago
Matthew Gadd
36f1f4e515
Add my oh-my-zsh theme
16 years ago
Mike Hostetler
93f9825b79
share history with your zsh's on the same host
16 years ago
Mike Hostetler
e3b9e98153
added my theme, based on xiong-chiamiov-plus but using vcs_info
...
instead of just git
16 years ago
Dylan Clendenin
9efc086fb3
two aliases set to 'ss', clobbering rails script/server
16 years ago
Mario Gutierrez
1d03ea5342
my theme
16 years ago
Robby Russell
86d0cd380d
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
16 years ago
Robby Russell
19ead08382
Merge remote branch 'NV/master'
16 years ago
Jon Duell
cd9a85500e
Adds new duellj theme
16 years ago
Robby Russell
7a9d4ceb75
Merge remote branch 'jreese/master'
16 years ago
Dallas Reedy
44cad95ed2
updated my theme with the date and git branch (+ dirty or not)
16 years ago
Dallas Reedy
7442954985
Merge remote branch 'robbyrussell/master'
16 years ago
Robby Russell
7d036913c4
Unsetting config_file after loading config
16 years ago
kremso
926d9e8893
Don't autoselect first completion entry ( Fixes #14 )
...
The key here is not using MENU_COMPLETE which autoselects the first
entry, but using AUTO_MENU which displays the menu but autoselects
on successive tab hit.
Also, do not use zstyle menu yes because that somehow overrides
the setopts.
16 years ago