Commit graph

289 commits

Author SHA1 Message Date
Matthew Gadd
36f1f4e515 Add my oh-my-zsh theme 2010-05-08 04:24:24 +08:00
Mike Hostetler
93f9825b79 share history with your zsh's on the same host 2010-05-08 04:23:50 +08:00
Mike Hostetler
e3b9e98153 added my theme, based on xiong-chiamiov-plus but using vcs_info
instead of just git
2010-05-08 04:23:01 +08:00
Dylan Clendenin
9efc086fb3 two aliases set to 'ss', clobbering rails script/server 2010-05-08 04:22:34 +08:00
Mario Gutierrez
1d03ea5342 my theme 2010-05-08 04:20:59 +08:00
Robby Russell
86d0cd380d Merge branch 'master' of github.com:robbyrussell/oh-my-zsh 2010-05-07 13:20:38 -07:00
Robby Russell
19ead08382 Merge remote branch 'NV/master' 2010-05-07 13:20:30 -07:00
Jon Duell
cd9a85500e Adds new duellj theme 2010-05-08 04:20:10 +08:00
Robby Russell
7a9d4ceb75 Merge remote branch 'jreese/master' 2010-05-07 13:16:50 -07:00
Dallas Reedy
44cad95ed2 updated my theme with the date and git branch (+ dirty or not) 2010-05-07 11:17:12 -07:00
Dallas Reedy
7442954985 Merge remote branch 'robbyrussell/master' 2010-05-07 10:21:27 -07:00
Robby Russell
7d036913c4 Unsetting config_file after loading config 2010-05-06 21:13:59 -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
4155adeefe Fixed color in last character of clean git info 2010-05-06 20:46:32 -07:00
canthiswait
91add78bdc 256 color theme with bright blue and orange 2010-05-06 20:46:32 -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
John Reese
a4dd691af5 Remove limit of two segments to PWD 2010-04-08 15:07:43 -04:00
John Reese
51935f768d Added screenshot link for jreese theme 2010-04-08 15:02:56 -04:00
John Reese
6356d70710 Added theme "jreese" to oh-my-zsh 2010-04-08 14:11:42 -04:00
Steve Losh
f7e528b4a1 Add some useful Django-related aliases. 2010-03-18 15:44:13 -04:00
Dallas Reedy
f9abe041e2 added my personal theme: the dallas them 2010-03-17 11:25:17 -07:00
Nikita Vasilyev
4778352502 git:(master) --> git:master
Parenthesis removed
2010-03-16 23:44:01 +03:00
Nikita Vasilyev
354ab87c85 Arrow theme: http://elv1s.ru/i/zsh-arrow-theme.png 2010-03-14 23:08:27 +03: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
Matt Cable
35e544f76f Changed default theme 2010-02-01 23:46:20 -07:00
Matt Cable
2e9ab0b8ea vi keybindings 2010-02-01 23:44:57 -07:00
Matt Cable
94db53258e Initial merge, adding vi key bindings and RPROMPT clock 2010-02-01 23:31:59 -07:00