Steve Losh
036ab9aa08
lib/misc: add cj function
2010-08-24 14:30:31 -04: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
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
James Rowe
6efc79c74e
Don't correct hpodder commands.
2010-06-05 23:23:53 +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
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
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
Steve Losh
bf13b92392
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
2010-05-27 22:03:47 -04:00
Alan Harper
ba9c78fc9b
Import rvm prompt
2010-05-28 08:13:17 +08:00
Mike Hostetler
93f9825b79
share history with your zsh's on the same host
2010-05-08 04:23:50 +08:00
Dylan Clendenin
9efc086fb3
two aliases set to 'ss', clobbering rails script/server
2010-05-08 04:22:34 +08:00
Robby Russell
7a9d4ceb75
Merge remote branch 'jreese/master'
2010-05-07 13:16:50 -07:00
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.
2010-05-06 21:06:58 -07:00
Robby Russell
447da5816e
Removing rake autocompletion as this is apparently baked into recent versions of zsh
2010-05-06 21:04:09 -07:00
canthiswait
e8ef16570f
escape sequences so rprompt doesn't mess up
2010-05-06 20:46:32 -07:00
canthiswait
02bd8ab53e
Added scpectrum script for easy 256 color theaming
2010-05-06 20:46:32 -07:00
Andy Fowler
3c87d48362
makes git status prompt 4x faster
...
(via git status -s, benchmarked)
2010-05-06 20:37:00 -07:00
Steve Losh
968aaf2627
Start using tree.
2010-05-05 13:01:28 -04:00
Steve Losh
4ea95c3c16
Start a custom version of startapp.
2010-05-04 14:36:48 -04:00
Steve Losh
37303d022e
Move over a few more aliases from my personal .zshrc.
2010-04-30 15:26:03 -04:00
Steve Losh
01680434ff
Add some Supervisord aliases.
2010-04-30 15:13:51 -04:00
Steve Losh
0be470c37d
Add some Gunicorn aliases and the oo alias.
2010-04-30 15:11:26 -04:00
Steve Losh
7b68b969dc
Merge branch 'master' of github.com:sjl/oh-my-zsh
2010-04-30 10:25:54 -04:00
Steve Losh
1df9ea8c28
Add the pj function to easily prettify JSON.
2010-04-30 10:25:30 -04:00
Steve Losh
ad2d5b0bf5
Add some simple Redis aliases.
2010-04-23 21:10:06 -04:00
Steve Losh
9cc2d0964b
Add the cdp function.
2010-04-23 11:20:24 -04:00
John Reese
99d72cad55
Ignore errors from compaudit when using sudo -s
2010-04-08 22:35:35 -04:00
Steve Losh
f7e528b4a1
Add some useful Django-related aliases.
2010-03-18 15:44:13 -04:00
Steve Losh
9d43c16f4e
Add the pman function to view man pages as PDFs.
2010-03-10 09:18:52 -05:00
Steve Losh
be0191cf83
Merge branch 'master' of github.com:sjl/oh-my-zsh
2010-02-27 16:56:39 -05:00
Steve Losh
ce4dc6fac2
Add the cdv alias to cd to the virtualenvs directory.
2010-02-27 16:55:53 -05:00
Steve Losh
66e9fa165d
Trash all the ruby/git cruft and tweak completion a bit.
2010-02-16 17:31:21 -05:00
Ole Reifschneider
db18f4361b
lib/completion: Don't select the first item of completion list.
...
Based on a commit by: Ole Reifschneider <mail@ole-reifschneider.de>
2010-02-16 17:05:28 -05:00
Steve Losh
e5fa536313
Undo the VI keybinding change and switch my prompt to be the default.
2010-02-02 19:22:28 -05:00
Matt Cable
db2302a59c
git_prompt_info didn't account for empty gitstat case.
...
Problem was only noticable with non-empty $ZSH_THEME_GIT_PROMPT_CLEAN
2010-02-02 10:39:11 -07:00
Matt Cable
f0d9edcbb9
Merge git://github.com/sjl/oh-my-zsh into sjl
2010-02-02 10:30:15 -07:00
Steve Losh
7bde96c7b2
Add a file for Python-related things.
2010-02-02 09:27:31 -05:00
Steve Losh
863b28411f
Load zmv to help with complex renames.
2010-02-02 09:27:31 -05:00
Steve Losh
2b6116039b
Add bare dot aliases for backing out of directories.
2010-02-02 09:27:30 -05:00