Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-30 | Cache for fasd --init | Lindolfo 'Lorn' Rodrigues | |
Using cache technique for faster fasd --init as shown at: https://github.com/clvv/fasdi#install | |||
2013-04-29 | Change sublime text path select priority on mac. | Kaiwen Xu | |
User changed symbolic link for sublime binary is now top priority, since this allows users to actually specify which version of sublime they want to use. Sublime text 2 binary has higher priority over sublime text (3) binary, since sublime text 2 is considered more stable. | |||
2013-04-24 | extend mercurial plugin to be more like git/svn | Philipp Tessenow | |
implement in_hg(), hg_get_branch_name(), hg_prompt_info(), and hg_dirty() for the mercurial plugin named functions similar to subversion plugin, to give theme maintainers an easier life | |||
2013-04-23 | Merge pull request #1254 from systemfreund/master | Robby Russell | |
Added completion plugin for "Go" compiler | |||
2013-04-23 | Spin to bundler | Robby Russell | |
2013-04-23 | Merge branch 'master' of github.com:robbyrussell/oh-my-zsh | Robby Russell | |
2013-04-23 | Resolving conflict with merge of #1058 | Robby Russell | |
2013-04-23 | Merge pull request #1633 from alec-c4/master | Robby Russell | |
rails4 plugin | |||
2013-04-23 | Merge pull request #917 from agate/patch-1 | Robby Russell | |
added "publish" and "track" command completion for git-flow plugin | |||
2013-04-23 | Merge pull request #711 from jasongill/textmate-plugin-improvement | Robby Russell | |
Improvements to the tm command in the TextMate plugin | |||
2013-04-23 | Resolving conflict when merging in #528 | Robby Russell | |
2013-04-23 | Merge pull request #818 from jmacdonald/master | Robby Russell | |
Alias for 'git diff' | |||
2013-04-23 | Merge pull request #1223 from bigjust/master | Robby Russell | |
Basic Virtualenv plugin | |||
2013-04-23 | Merge pull request #1620 from hreese/gpg-agent_with_sensible_ssh-agent | Robby Russell | |
Disable ssh-agent support in gpg-agent-plugin if another ssh-agent is already available. | |||
2013-04-23 | Merge pull request #1490 from khrt/master | Robby Russell | |
Added support for Subversion 1.7 for SVN plugin | |||
2013-04-23 | Merge pull request #1565 from serdardalgic/autoenv-plugin | Robby Russell | |
Add autoenv plugin, which adopts using Kenneth Reitz's autoenv. | |||
2013-04-23 | Merge pull request #1622 from hacfi/patch-1 | Robby Russell | |
Fix Symfony2 command completion 'permission denied' | |||
2013-04-23 | Merge pull request #1634 from Anahkiasen/patch-1 | Robby Russell | |
Add alias for "composer dump-autoload" | |||
2013-04-23 | Merge pull request #1641 from NeuralSandwich/master | Robby Russell | |
Battery plugin updates | |||
2013-04-23 | Merge pull request #1702 from mbauhardt/copyfile | Robby Russell | |
a plugin (function) which copies the content of a file into the clipboar... | |||
2013-04-23 | Merge pull request #1724 from miry/rails_aliases | Robby Russell | |
Added global aliases to use RAILS_ENV. | |||
2013-04-23 | Merge pull request #1703 from marcparadise/mp/knife-chef-11-initial-support | Robby Russell | |
initial support for chef 11 integrated knife-essentials | |||
2013-04-23 | Merge pull request #1704 from laggyluke/st3 | Robby Russell | |
Support for Sublime Text 3 | |||
2013-04-23 | Merge pull request #1718 from toctan/master | Robby Russell | |
command-not found support for Arch Linux | |||
2013-04-23 | Merge pull request #1721 from z2v/hgplugin | Robby Russell | |
Mercurial: add alias for 'hg bookmarks' | |||
2013-04-23 | Merge pull request #1707 from bkg/django-static | Robby Russell | |
Add django plugin command | |||
2013-04-23 | Merge pull request #1714 from f0y/07738ea86330b7b77127fc6f18474b3da2c6ecec | Robby Russell | |
Colorize plugin | |||
2013-04-23 | Merge pull request #1719 from MatthR3D/master | Robby Russell | |
Improved the archlinux plugin | |||
2013-04-23 | Merge pull request #1728 from szines/patch-1 | Robby Russell | |
Update rvm.plugin.zsh to the latest ruby versions | |||
2013-04-23 | Merge pull request #1729 from statschner/master | Robby Russell | |
Added git-flow-avh plugin | |||
2013-04-23 | Merge pull request #1739 from felipec/fc/gitfast | Robby Russell | |
Updates to gifast | |||
2013-04-23 | Merge pull request #1749 from johnjohndoe/feature/zeus-auto-completion | Robby Russell | |
Add auto-completion for zeus. | |||
2013-04-23 | Merge pull request #1733 from jaseg/patch-1 | Robby Russell | |
The safe-paste plugin now works with tmux, too | |||
2013-04-23 | Merge pull request #1737 from hron84/feature-bundler-add-cleanup | Robby Russell | |
Adding undocumented clean command to completion | |||
2013-04-23 | Merge pull request #1738 from ronshapiro/master | Robby Russell | |
Battery plugin changes | |||
2013-04-23 | Merge pull request #1748 from tobiassjosten/patch-1 | Robby Russell | |
Added 'jekyll' to list of bundled commands | |||
2013-04-24 | Only trim remote names; be git-flow friendly | JamesFerguson | |
- don't remove everything before the last / - do remove <remote_name>/ - allows flow style feature/foobar branch names | |||
2013-04-24 | Update rails4.plugin.zsh | Alexey Poimtsev | |
added alias for rake db:create | |||
2013-04-23 | Add auto-completion for zeus. | Tobias Preuss | |
2013-04-23 | Added 'jekyll' to list of bundled commands | Tobias Sjösten | |
2013-04-22 | mvn plugin was missing "redeploy" completion for tomcat. | Dustin Hemmerling | |
2013-04-21 | gitfast: fix prompt | Felipe Contreras | |
Certain themes need the 'clean' mark, and some people like to have the 'dirty' one, just like the original git_promp_info(). We probably shouldn't be modifying that function, there's no other clean way to achieve our own status information, so let's try to emulate the original as much as possible. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
2013-04-21 | gitfast: synchronize with upstream | Felipe Contreras | |
Up to version 1.8.2.1. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
2013-04-20 | Separate the battery_pct_remaining data into it's own function so that it ↵ | Ron Shapiro | |
can be obtained even if the battery is connected. | |||
2013-04-20 | Adding undocumented clean command to completion | Garami Gábor | |
Clean command is undocumented (not included in bundle help output), however that is very useful, especially in RVM environment you can clean up outdated gems in gemset. | |||
2013-04-17 | The safe-paste plugin now works with tmux, too | jaseg | |
2013-04-17 | Added git-flow-avh plugin. | Stefan Tatschner | |
git-flow-avh is a fork of gitflow, see: https://github.com/petervanderdoes/gitflow | |||
2013-04-17 | Update rvm.plugin.zsh to the latest ruby versions | Zoltan Debre | |
Ruby version numbers update: 1.8.7-p371 1.9.3-p392 2.0.0-p0 | |||
2013-04-16 | Added global aliases to use RAILS_ENV. | Michael Nikitochkin | |
2013-04-14 | Edit some yaourt aliases and add some | MatthR3D | |
* yaupg now also updates AUR packages * Add yalst alias : it lists the installed packages, even from AUR * Add yaorph alias : it removes orphans using yaourt |