- 09 Dec, 2012 2 commits
-
-
Robby Russell authored
fixes #1474 add zeus to bundle exec list
-
Robby Russell authored
Add Stash toogle to display if there's some stash or not in `git_prompt_status`
-
- 07 Dec, 2012 2 commits
-
-
MAD authored
-
Weston Platter authored
-
- 05 Dec, 2012 8 commits
-
-
Robby Russell authored
Bwana plugin for reading man pages in the browser
-
Robby Russell authored
Cat alias: :3
-
Robby Russell authored
Add aliases for git-remote
-
Robby Russell authored
check for knife.rb in cwd
-
Robby Russell authored
Added a `migrate` alias.
-
Robby Russell authored
Unset `config_file` variable in oh-my-zsh.sh
-
Larry Lv authored
`config_file` variable will mess up with `cd` auto-complete command. eg. I have a local dir named `Code`, and when I type `cd co<Tab>`, config_file will show up, and doesn't make any sense...
-
Timothy Andrew authored
It migrates the DB and prepares the test DB.
-
- 04 Dec, 2012 17 commits
-
-
Robby Russell authored
-
Robby Russell authored
Adding a symfony plugin, for symfony 1
-
Robby Russell authored
Add branch status support to git_prompt_status
-
Robby Russell authored
Added vsplit_tab and split_tab for iTerm.
-
Robby Russell authored
add ability to set custom prefix for cloud theme
-
Robby Russell authored
prompt git-rm as deleted
-
Robby Russell authored
Fixed Mac OS X Terminal.app related issue with extra newlines echoed
-
Robby Russell authored
Plugin for git_remote_branch autocomplete.
-
Robby Russell authored
Fix mismatched quote in yum plugin
-
Robby Russell authored
Added history plugin
-
Robby Russell authored
Added 'gcl'for 'git config --list'; and gd for 'git diff'
-
Robby Russell authored
Typo in cd-wrapper
-
Robby Russell authored
-
Robby Russell authored
-
Robby Russell authored
Fixes for vi-mode terminal overwriting bugs
-
Robby Russell authored
lazyload virtualenvwrapper
-
Robby Russell authored
Update plugins/sublime/sublime.plugin.zsh
-
- 03 Dec, 2012 9 commits
-
-
Robby Russell authored
Add last command's 'exit status' display to mortalscumbag theme
-
Robby Russell authored
urltools for everyone
-
Robby Russell authored
Backwards Compatible Jira URLs #1378
-
Robby Russell authored
plugin last-working-dir: create cache-directory if it doesn't exist
-
Andrei Gorgan authored
-
Denis Cornehl authored
-
Andrei Gorgan authored
-
Brian Hartvigsen authored
#1445 is great, if you use node. For those that don't this should mean we can find a reasonable fallback. Users can force urltools to use a specific system by setting `URLTOOLS_METHOD` to one of: * `node` * `python` * `ruby` * `php` * `perl` Note that you can't (currently) choose which `perl` sublibrary to use, it will use either `URI::Encode`, `URI::Escape`, or regular expressions in that order of preference.
-
Brian Hartvigsen authored
Adds support for Rapid Board without breaking backwards compatibility (like #1378) Allows JIRA url to be set in .zshrc, current directory, and/or home directory.
-
- 02 Dec, 2012 2 commits
-
-
J. Randall Hunt authored
Using lazy loading for virtualenvwrapper gives a mariginal speed improvement and doesn't stop workon_cd from working. It has the undesired effect of forcing you to call certain virtualenv commands twice before they work (only once per shell instantiation).
-
Lucas Sampaio authored
-