Commit graph

1,055 commits

Author SHA1 Message Date
Robby Russell
99f159e0a7 Removing '.' alias as it is overwriting a bash/zsh feature. Closes #63 2010-08-24 11:08:20 -07:00
Daniel Schauenberg
7b6be56117 fix problems with brew completion
- update plugin architecture
- completion function in $ZSH/functions/brew
- plugins/brew.plugin.zsh only activates
2010-08-20 18:55:30 +02:00
Robby Russell
ed90f182ef Merge branch 'master' of github.com:robbyrussell/oh-my-zsh 2010-08-19 08:04:26 -07:00
Robby Russell
aeabc3f616 Switching to /usr/bin/env zsh instead of /bin/zsh in the installer 2010-08-19 08:04:18 -07:00
Matt Fletcher
306cea0945 add fletcherm theme; a slightly modified copy of an old tonotdo theme 2010-08-19 22:29:17 +08:00
Daniel Schauenberg
75de90dc9e add simple mrtazz theme based on robbyrussell
- simple theme
- hostname and current folder on left prompt
- git branch and working tree status on the right
2010-08-19 07:27:05 -07:00
Daniel Schauenberg
95ccb4db1a update brew plugin from homebrew contributions 2010-08-19 07:25:22 -07:00
Robby Russell
622ee4ceb2 Merge branch 'master' of http://github.com/AlexBio/oh-my-zsh into AlexBio/master 2010-08-19 07:20:00 -07:00
Josh Price
1582570919 Made the user_machine_size calculation generic. Pwned the function name. 2010-08-19 07:17:50 -07:00
Josh Price
eb14ee1c63 Added my own theme based on pat's 2010-08-19 07:17:31 -07:00
Steve Losh
8f292a08a9 themes/prose: add .box-name support 2010-08-18 03:59:36 -04:00
Steve Losh
c279e2af8f themes/prose: remove the battery charge prompt 2010-08-18 03:54:54 -04:00
Steve Losh
edda7793d5 Add Vim undo files to the .gitignore. 2010-08-18 03:54:35 -04:00
Alessandro Ghedini
5b8bc7aeeb add candy theme 2010-08-16 21:47:21 +02:00
Steve Losh
3e49476736 lib: prune some things to load faster 2010-08-12 09:34:14 -04:00
Steve Losh
f2dad51a2c lib/python: lazily load the extremely slow virtualenvwrapper 2010-08-12 09:20:12 -04:00
Steve Losh
3f7b1eb848 django: add pmt 2010-07-27 15:12:23 -04:00
Steve Losh
8b78c0135f Remove some unused aliases/functions. 2010-07-21 16:52:28 -04:00
Steve Losh
677c8454e7 Merge branch 'master' of github.com:robbyrussell/oh-my-zsh 2010-07-21 16:44:51 -04:00
Steve Losh
7ab8155aa8 Remove the example script to make custom symlinkable. 2010-07-21 16:38:12 -04:00
Steve Losh
d52ac73a98 Update Mercurial tab completion functions. 2010-07-21 16:37:09 -04:00
Steve Losh
e13b2dc811 Add an alias for quick looking. 2010-07-14 10:04:44 -04:00
Steve Losh
f35fb823de Merge branch 'master' of github.com:sjl/oh-my-zsh 2010-07-12 00:29:21 -04:00
Steve Losh
2d82f60bfc lib/django: add a pmsp alias 2010-07-08 10:27:45 -04:00
NanoTech
8c419ae3b5 Added my theme (nanotech). 2010-06-12 16:31:02 -06:00
Robby Russell
7c279856ed Merge branch 'master' of github.com:robbyrussell/oh-my-zsh 2010-06-10 07:50:24 -07:00
Robby Russell
7f350da5b7 Adding a ggpnp which does a git pull followed by a git push. 2010-06-10 07:50:13 -07:00
toabi
b26ff05965 updated the readme 2010-06-07 02:06:40 +08:00
Tobias Birmili
6bb13632f5 added plugin to control macports mysql-server installation 2010-06-07 02:06:40 +08:00
Takashi Yoshida
47e9914529 Added my own theme. 2010-06-05 23:24:21 +08:00
James Rowe
6efc79c74e Don't correct hpodder commands. 2010-06-05 23:23:53 +08:00
James Rowe
3bc7301204 Added a minimum zsh version note. 2010-06-05 23:22:57 +08:00
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.
2010-06-05 23:22:57 +08:00
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.
2010-06-05 23:22:57 +08:00
James Rowe
6774490a46 Don't auto-correct ebuild commands.
It breaks "ebuild <foo> manifest", as there are Manifest files in the directory.
2010-06-05 23:22:57 +08:00
Robby Russell
fca8b7e3e6 Merge branch 'master' of github.com:robbyrussell/oh-my-zsh 2010-06-03 21:27:38 -07:00
Robby Russell
59bfd87e08 Adding some candy to the upgrade script 2010-06-03 13:01:41 -07:00
Robby Russell
dea166411f Moving brew functions to it's own plugin 2010-06-03 12:59:49 -07:00
Robby Russell
27904c117c Moving current_branch() to git plugin 2010-06-03 12:56:11 -07:00
Robby Russell
89bd2bf317 Moving some rails and osx-specific functions to their corresponding plugin files 2010-06-03 12:55:07 -07:00
Robby Russell
455669e976 Removing legacy completion code 2010-06-03 12:54:40 -07:00
Robby Russell
ab2c0744ab Removing rake completion from lib/ as it was moved to rails plugin 2010-06-03 12:33:15 -07:00
Robby Russell
c21d3775a9 Moving capistrano functions to rails plugin 2010-06-03 12:32:55 -07:00
Robby Russell
31dace8829 Updating default .zshrc template file to include plugins declaration 2010-06-03 12:05:12 -07:00
Robby Russell
3cf9ab722e Initial implementation of a new plugin system, so that people can managed which aliases/functions they want. 2010-06-03 12:03:26 -07:00
MasterLambaster
81aa74b73c Eastwood theme with optional RVM support 2010-06-04 02:43:24 +08:00
Steve Losh
bf13b92392 Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh 2010-05-27 22:03:47 -04:00
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 2010-05-28 08:15:39 +08:00
Vincent Driessen
c5c870ac05 Added customized version of the wezm theme (mainly added username/host in the prompt). 2010-05-28 08:14:13 +08:00
Thomas J Bradley
f2f34f5404 Added my zsh theme file, heavily based on sjl's 2010-05-28 08:13:36 +08:00