summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-14Improved statistics functions, effect:CHH
1 1124 24.6006% c 2 985 21.5583% git 3 343 7.50711% rails 4 328 7.17881% cd 5 314 6.8724% rspec 6 257 5.62486% la 7 197 4.31167% rake 8 154 3.37054% s 9 109 2.38564% .. 10 95 2.07923% rvm 11 68 1.48829% guard 12 36 0.787919% bundle 13 29 0.634712% ssh 14 28 0.612826% pry 15 27 0.590939% open 16 26 0.569052% middleman 17 26 0.569052% gem 18 24 0.525279% rm 19 24 0.525279% heroku 20 23 0.503392% nvm
2012-11-13UntabifyCaleb Epstein
2012-11-12Handle metachars in svn status output using grep -qCaleb Epstein
2012-11-08Update plugins/svn/svn.plugin.zshBrian Hartvigsen
Behave more like lib/git.zsh. Set `SVN_SHOW_BRANCH="true"` to display branch/tag or trunk instead of just repo name. Falls back to repo name if branch information is not available. Idea and awk call from revans/bash-it/themes/base.theme.bash
2012-11-07Update themes/minimal.zsh-themeBrian Hartvigsen
Cleans up minimal theme by not using a custom prompt function Removed case of 2 spaces showing if not in a version controlled folder Adds support for svn_prompt_info
2012-11-07made dpkg -i more utilCarlos Alexandro Becker
2012-11-06update autojump plugin for latest brew installed autojumpSean Escriva
2012-11-06mvn.colors.plugin.zsh was not read... mergin with mvn.plugin.zsh.Carlos Alexandro Becker
2012-11-06Added some maven love.Carlos Alexandro Becker
2012-11-05Update plugins/git-flow/git-flow.plugin.zshHao Hong
Fixed git-flow feature publish's desc error https://github.com/agate/oh-my-zsh/commit/72aeaa9d9ee55fbfe15b371c0bf127ab3948a965#commitcomment-2104214
2012-11-05Update plugins/sublime/sublime.plugin.zsh汤凯 Kevin Tong
Considering the situation when installing sublime text via apt-get (WebUpd8 Sublime Text 2 PPA)
2012-11-05Fix sourcing brew's autojump of version 21.0.3+Eugene Nikolsky
Starting with autojump 21.0.3+ there is no file autojump in etc/ directory, so we source the autojump.zsh file directly. Version 20 has it as well, so there should be no problems with earlier versions. Comments on autojump's update in homebrew: https://github.com/mxcl/homebrew/commit/5da9c4d5eb38e6abb516ba648898fb374ec360cd#Library/Formula/autojump.rb
2012-11-03agnoster theme shows error code instead of an "x"Fuad Saud
2012-11-01Added pass plugin in order to provide completion.Santiago Borrazás
More info about pass tool: http://zx2c4.com/projects/password-store/
2012-10-29Update plugins/jira/jira.plugin.zshhjhart@gmail.com
Updated to allow for usage of the new Rapid Board jira url formats
2012-10-26Updated code from answer URLGuillermo Castro
2012-10-26Added ability to specify list of directories for pyclean to override default ↵dsx
current directory
2012-10-22Fixed node-docsRainer Dreyer
The `#anchor` tags on [nodejs.org](http://nodejs.org/docs/v0.8.2/api/all.html) changed. This fixes the `node-docs` command.
2012-10-21Fix color syntaxEric Mathison
2012-10-17Added last working directory pluginÖrjan Persson
Keeps track of the last changed directory. When a new shell is created, the last directory will be restored. Mimics how tabs works in many terminal emulators.
2012-10-17Add the heroku --remote switchPaulo Luis Franchini Casaretto
This remote selects the app based on your current repo remotes For example heroku logs --remote staging More info at https://devcenter.heroku.com/articles/using-the-cli
2012-10-13Set the '-R' option for less not in $PAGER, but as $LESS.Felix Dreissig
2012-10-13updated symbolAlexander Berezovsky
2012-10-09Wrong URL :zap:Paul Redmond
2012-10-09Merge pull request #1344 from danielcsgomes/masterRobby Russell
Added Composer Plugin and Symfony2 alias
2012-10-09Merge pull request #1306 from josh-/masterRobby Russell
New 'Nanoc' plugin
2012-10-09Merge pull request #1312 from koenpunt/fixes_cap_pluginRobby Russell
updated cap plugin to use `cap -T` instead of `cap show_tasks`
2012-10-09Merge pull request #1330 from trobrock/hide-rvm-promptRobby Russell
Don't show empty parens if you are using your system ruby
2012-10-09Merge pull request #1333 from b4mboo/masterRobby Russell
Add zeus plugin
2012-10-09Merge pull request #1335 from paulredmond/plugin/jiraRobby Russell
Open Jira issues from a project
2012-10-09Merge pull request #1346 from ianchesal/urltoolsRobby Russell
URL Tools Plugin
2012-10-09make README reflect latest changesDominik Bamberger
2012-10-08URL Tools PluginIan Chesal
* Added urlencode -- alias to encode URLs from the command line using Python * Added urldecode -- alias to decode URLs from the command line using Python
2012-10-05added a comment to the composer installation aliasDaniel Gomes
2012-10-05added Composer completition and aliasesDaniel Gomes
2012-10-05added two aliases to Symfony2 PluginDaniel Gomes
2012-10-03fix title setting bug in xterm and urxvtMarkus Scherer
Before this patch, commands containing %-signs set the title wrong (urxvt and xterm) [1] and produce strange output in urxvt [2]. test for bug 1: > sleep 10 && echo % sets title to "sleep 10 && echo %<<" > sleep 10 && echo %f doesn't change the title at all test for bug 2 (only urxvt): > echo %f 39m%f ^^^^^----- output
2012-10-02fix test aliasesDominik Bamberger
2012-10-01Missing comment linePaul Redmond
2012-10-01look for test/unit instead of test/units. #typoDominik Bamberger
2012-09-28Correct error message.Paul Redmond
2012-09-28Merge pull request #1327 from agnoster/masterRobby Russell
BY POPULAR DEMAND... the "agnoster" theme...
2012-09-28Clean up docPaul Redmond
2012-09-28Jira ticket shortcut to browse existing issues or create a new issue.Paul Redmond
2012-09-27Add zeus pluginDominik Bamberger
Includes aliases for zeus (https://github.com/burke/zeus) Also there is a README.md that list all aliases, ready to copy into the wiki.
2012-09-26Make rvm prompt function a bit cleanerTrae Robrock
2012-09-26Fixing the rvm_prompt_info command, now it will not show empty parens if no ↵Trae Robrock
rvm is currently being used
2012-09-25Add link to gistIsaac Wolkerstorfer
2012-09-25Updated documentation for agnoster themeIsaac Wolkerstorfer
2012-09-23Merge pull request #1318 from trobrock/add-puma-to-bundlerRobby Russell
Bundle exec puma also http://puma.io