Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2013-06-16 | debian plugin: ignore alias in sudo/aptitude check | Code Whale | |
2013-06-16 | Add new plugin for homebrew installed version of postgres | Jeremy Tennant | |
2013-06-14 | Do not clear tab when calling it with an argument. | Christoph Jerolimov | |
2013-06-12 | Merge pull request #1877 from spazm/virtualenvwrapper-cleanup | Robby Russell | |
virtualenvwrapper plugin cleanup | |||
2013-06-12 | Correctly detect Rapid Board | Brian Hartvigsen | |
* Add "x" in front of the value we check against... * Use true instead of yes (more consistent with the rest of ohmyzsh) The fact that no one seems to have raised this as an issue leads me to believe it's not used that much... | |||
2013-06-11 | Adding a rebase option to git alias. | Michiel Missotten | |
2013-06-09 | Messed up the comment somehow... | San Martin Morote Eduardo | |
2013-06-09 | Random quotes from the internet | San Martin Morote Eduardo | |
2013-06-08 | virtualenv cleanup: replaces subshell with prompt expansion. | Andrew Grangaard | |
* :t parameter expansion returns the last portion of the path, equivalent to basename. I <3 zsh. * adds comments for the VIRTUAL_ENV_DISABLE_PROMPT, used by virtual_env activate See also: http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion | |||
2013-06-08 | virtualenvwrapper plugin cleanup | Andrew Grangaard | |
* removes cd override by using chpwd_functions * removes subshell call to which by using $+commands array and c param expansion to find in PATH * zsh love! | |||
2013-06-07 | Add count for incoming and outgoing changesets. | Chris Krycho | |
2013-06-06 | Update bundler.plugin.zsh | Charles Johnson | |
Added strainer & tailor to commands in bundler plugin. | |||
2013-06-06 | Update bundler.plugin.zsh | Charles Johnson | |
Added berks, foodcritic, kitchen, and knife commands to bundler plugin. | |||
2013-06-06 | add some alias for git flow | yleo77 | |
2013-06-06 | Adding testlog and prodlog. | Lucas Uyezu | |
2013-06-05 | A cabal plugin based on the lein plugin | Trev | |
2013-06-05 | Improvement in the git plugin | Gaetan Semet | |
Signed-off-by: Gaetan Semet <gaetan@xeberon.net> | |||
2013-06-05 | New plugin for git-repo (https://code.google.com/p/git-repo/) | Gaetan Semet | |
Signed-off-by: Gaetan Semet <gaetan@xeberon.net> | |||
2013-06-01 | Added alias for git clean | Ayush Samantroy | |
2013-05-27 | fix the open command in linux using xdg-open | Marc-Antoine Lemieux | |
2013-05-22 | add gf alias for git flow | yleo77 | |
2013-05-21 | Merge pull request #1837 from xuhdev/web-search | Robby Russell | |
Add web-search plugin. | |||
2013-05-21 | Fixed recursion. Git not needed for it to work. | Germán M. Bravo | |
Avoid infinite `cd` loops under certain conditions. Try getting `.venv` from the current directory (not necessarily always using git) | |||
2013-05-20 | Add web-search plugin. | Hong Xu | |
This plugin adds google, bing and yahoo commands to launch the default web browser to do web search: e.g. google oh-my-zsh bing what is zsh | |||
2013-05-09 | gentoo linux support | bebugz | |
2013-05-09 | add git alias 'gcmsg' and stand for 'git commit -m' | simlegate | |
2013-05-08 | rename gcm to gcmsg and stand for 'git commit -m' | simlegate | |
2013-05-05 | rm alias gcm='git checkout master' and add alias gcm='git commit -m' | simlegate | |
2013-04-30 | Merge pull request #1774 from kevinxucs/sublime-default-2 | Robby Russell | |
Change sublime text path select priority on mac. | |||
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-26 | Update the wrong variable used in rb20 function. Fixes #1762 | Joni Chandra | |
Signed-off-by: Joni Chandra <joniliciously@gmail.com> | |||
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 |