Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-07 | Merge branch 'master' of https://github.com/AeonAxan/oh-my-zsh | Ahmed Azaan | |
2013-08-07 | fixed minor errors | Ahmed Azaan | |
2013-08-07 | Update README.md | Ahmed Aeon Axan | |
2013-08-07 | add docker autocomplete plugin | Ahmed Azaan | |
2013-07-23 | Merge pull request #1988 from jwarwick/mix | Robby Russell | |
Added autocompletion support for Elixir mix command | |||
2013-07-23 | Merge pull request #1992 from jeromemacias/patch-1 | Robby Russell | |
Fix symfony command completion 'permission denied' | |||
2013-07-23 | Merge pull request #1994 from kennethgeerts/master | Robby Russell | |
Updated gem plugin zsh completion (gem 2.0.3). | |||
2013-07-23 | Updated gem plugin zsh completion (gem 2.0.3). | Kenneth Geerts | |
2013-07-23 | In capistrano completion show also tasks without description | Andrey Janzen | |
2013-07-22 | Fix symfony command completion 'permission denied' | Jérôme Macias | |
2013-07-19 | Added autocompletion support for Elixir mix command | John Warwick | |
2013-07-16 | Merge pull request #1980 from awidegreen/upstream | Robby Russell | |
Fix ssh-agent plugin identities comment for using multiple identities. | |||
2013-07-16 | No cat, and hide errors for missing cache file | Trae Robrock | |
2013-07-16 | Add knife_ssh command to make connecting to servers managed with chef easier | Trae Robrock | |
2013-07-16 | Fix ssh-agent plugin identities comment for using multiple identities. | Armin Widegreen | |
2013-07-02 | fixed typo in tmux plugin | Matei Trusca | |
2013-06-28 | Merge pull request #1764 from johnjohndoe/feature/rails3-autocompletion | Robby Russell | |
Add autocompletion for Rails3. | |||
2013-06-28 | Merge pull request #1920 from dongweiming/update-coffee | Robby Russell | |
Update coffee completion | |||
2013-06-28 | Merge pull request #1916 from okuramasafumi/master | Robby Russell | |
Change duplicated alias name | |||
2013-06-28 | Merge pull request #1919 from dongweiming/breaking-change-bower | Robby Russell | |
The current version of bower is completely unavailable, plugin depthmodification | |||
2013-06-28 | Update coffee completion | dongweiming | |
2013-06-28 | The current version of bower is completely unavailable, plugin depth ↵ | dongweiming | |
modification | |||
2013-06-27 | rvm plugin: update to ruby version helpers and rvm-update | Brandon Black | |
* the current patch levels hard-coded here are pretty dated. I updated the ruby version helpers to use loose ruby version matchers so they don't continually need to be updated with every new patch level release. * `rvm get head` actually performs an `rvm reload` in the post install. there's no need to do again here in rvm-update so I've removed that. | |||
2013-06-27 | Change duplicated alias name | Okura Masafumi | |
2013-06-27 | Add autocompletion for Rails3. | Tobias Preuss | |
+ Originally published by Christopher Chow. + Source: https://github.com/robbyrussell/oh-my-zsh/blob/30620d463850c17f86e7a56fbf6a8b5e793a4e07/plugins/rails3/_rails3 Commit: 30620d463850c17f86e7a56fbf6a8b5e793a4e07 | |||
2013-06-25 | Add more capable hg incoming and outgoing count handling | Chris Krycho | |
The original hgic and hgoc aliases worked well for the default path, but attempting to call them with a different path failed. I created functions to handle them instead. | |||
2013-06-25 | Merge pull request #1859 from ayushs/plugin-git-clean | Robby Russell | |
Added alias for git clean | |||
2013-06-25 | Merge pull request #1864 from Stibbons/gsemet_push_git_plugin | Robby Russell | |
Improvement in the git plugin | |||
2013-06-25 | Merge pull request #1865 from Stibbons/gsemet_push_repo_plugin | Robby Russell | |
New plugin for git-repo (https://code.google.com/p/git-repo/) | |||
2013-06-25 | Merge pull request #1867 from telser/master | Robby Russell | |
Simple Cabal plugin | |||
2013-06-25 | Merge pull request #1869 from lucasuyezu/env_logs | Robby Russell | |
Adding testlog and prodlog in addition to devlog. | |||
2013-06-25 | Merge pull request #1880 from posva/rand-quote | Robby Russell | |
Random quotes from the internet | |||
2013-06-25 | Merge pull request #1876 from chriskrycho/patch-1 | Robby Russell | |
Add count for incoming and outgoing changesets. | |||
2013-06-25 | Merge pull request #1881 from iammichiel/patch-1 | Robby Russell | |
Adding a rebase option to git alias. | |||
2013-06-25 | Merge pull request #1886 from tresni/patch-5 | Robby Russell | |
Correctly detect JIRA Rapid Board | |||
2013-06-25 | Merge pull request #1901 from geecu/autocomplete_required | Robby Russell | |
autocomplete required packages as second argumet | |||
2013-06-25 | Merge pull request #1708 from tessi/extend_mercurial_plugin | Robby Russell | |
extend mercurial plugin | |||
2013-06-25 | Merge pull request #1903 from andschwa/tmux_iterm2 | Robby Russell | |
Tmux iTerm2 integration | |||
2013-06-25 | Merge pull request #1904 from oohlaf/gpg-agent-fix | Robby Russell | |
Prevent starting multiple gpg-agents | |||
2013-06-25 | Merge pull request #1910 from dongweiming/add-celery-completion | Robby Russell | |
Add celery completion | |||
2013-06-25 | Add celery completion | dongweiming | |
2013-06-23 | Typo | Olaf Conradi | |
2013-06-23 | Prevent starting multiple gpg-agents | Olaf Conradi | |
Don't just overwrite the environment. First check for a running agent (an x-session might have one running). If no agent is found, source the environment and check again using those settings. If again no agent is found, start a new instance. | |||
2013-06-22 | Not loading home tmux confs when iTerm2 tmux integration is enabled | Andrew Schwartzmeyer | |
2013-06-22 | Adding support for iTerm2 tmux integration via option '-CC' | Andrew Schwartzmeyer | |
2013-06-21 | Merge pull request #1873 from charlesjohnson/bundler-plugin | Robby Russell | |
Update bundler.plugin.zsh | |||
2013-06-21 | Merge pull request #1889 from jerolimov/patch-1 | Robby Russell | |
osx-plugin: Do not clear new tab when calling it with an argument. | |||
2013-06-21 | remove unused function | Gunther Konig | |
2013-06-21 | autocomplete required packages as second argumet | Gunther Konig | |
2013-06-16 | Merge pull request #1894 from codewhale/master | Robby Russell | |
debian plugin: ignore alias in sudo/aptitude check |