24 Jun, 2015

1 commit

  • 599831b Merge pull request #4058 from ncanceill/plugin-git
    d24196c git plugin: fix ggl to avoid empty string see https://github.com/robbyrussell/oh-my-zsh/pull/2790#issuecomment-112716330
    ed6645a Fix plugin/git ggpull and ggpush backward compatibility
    ab18795 Merge pull request #4002 from aliafshar/patch-1
    f66a54f Add missing space causing parse error.
    8921902 Merge pull request #3852 from sachin21/add_alias_of_bundle_clean
    5d214af Merge pull request #3858 from muchweb/muchweb-patch-1-editor
    7daf740 Merge pull request #3874 from diraol/patch-2
    0665ece Merge pull request #3973 from moul/pr-boot2docker-update
    31b351c Merge pull request #3947 from mkwmms/patch-1
    0a8ca6a Merge pull request #3918 from cbazin/master
    b55effd Merge pull request #3919 from delphij/history-extendedglob
    34d3680 Merge pull request #3838 from forivall/hyphen-insensitive
    3a57076 Merge pull request #3813 from ziegs/fix_gradle_tasks
    628c1fe Merge pull request #3848 from tristola/master
    058def3 Merge pull request #3798 from dnixx/vundle-update
    5fba46a Merge pull request #3821 from tresni/fix_minimal
    c0b283c Merge pull request #3833 from coopermaruyama/master
    6a340d9 Merge pull request #3988 from UserTaken/docker_update
    ea5ff03 Merge pull request #3759 from mikeokner/master
    04c301b Merge pull request #3975 from wernerb/patch-1
    a1e722d Merge pull request #3976 from rodrigoargumedo/patch-1
    422db48 Merge pull request #3986 from evilhamsterman/master
    3d2bf22 Merge pull request #4001 from ivanfoo/fixOddCharsOnMac
    a778463 Merge pull request #3929 from GunfighterJ/GunfighterJ-patch-sublime3
    78bbf7a Merge pull request #3809 from ncanceill/easymerge
    c6460ef Fixed odd chars on mac for agnoster theme
    a7e7982 Add mix-fast plugin (similar to rake-fast)
    55b1a2b Update _docker
    3d670c0 Adding quotes to git completion discovery path
    4cc0a26 A paver (Python build and configuration utility) plugin
    26c7adf Revert "Added migration notification for rails plugin"
    8b95bdb Added github in web_search plugin.
    83295ec last-working-dir working with spaces in dirnames
    d0b690b use local options to set no_equals before sourcing bash completion script
    9eaf511 Merge pull request #3990 from ncanceill/plugin-git
    f1a43da git plugin: new/changed aliases gaa was brought back by popular demand — see #3535 gap was replaced with gapa — see #3682 gdc was replaced with gdca — see #3977
    e55d84f Add reference to bundler plugin issue in README
    763cef8 Add `leaves` command to `brew` completion
    4b76b74 remove trash command from osx plugin
    cf3fb87 Added README.md file for ForkLift plugin
    81da076 Added README.md file for atom plugin
    a2d7d36 Added README.md file
    c28b226 Fix README.md for sst command
    0e35bd4 Plugins: vi-mode: Add first README file
    0f96e8e Plugins: archlinux - add basic README.
    e592968 Plugins: archlinux - use command -v in favor of which
    e0ce876 Plugins: apache2-macports - add README
    3f92985 Added references to the `external themes` wiki page.
    8eb31a6 git plugin: fix ggpnp when called without argument also allow multiple arguments for ggp and ggl aliases
    81eec40 * Added header with help and information * Moved git information to left prompt, with support for: * +ZSH_THEME_GIT_PROMPT_UNTRACKED, MODIFIED, STASHED, ADDED, UPSTREAM STATUS (if applicable) * Removed right prompt * Refactored following Google's guidelines for scripts [ http://goo.gl/oJSXH2 ] * Using local variables where applicable
    1f008b4 Update Mix complition upto 1.0.4
    02c2b74 Update aliases in laravel5.plugin.zsh file
    266894c Update taskwarrior.plugin.zsh
    1a4dc0d Renamed 'ss' alias to 'sstat' (to avoid collision with /bin/ss).
    69dee65 Fixed typo in README
    8791d7e Update bgnotify.plugin.zsh
    980528f fix typo
    af4ffe5 adb: add more commands
    c838b9a Update README.markdown
    fb5b83d Fixed jump pluging to display the right mark name on 'mark . '
    563e105 Added README for mercurial plugin
    4ab4300 Add git to prerequisites
    23ac32d add help link to install zsh
    4c409b0 sublime: Make subl a function so it can be called from functions in other modules
    e8ac8b9 Added support for detecting Sublime Text 3 on Arch Linux
    6bec3c6 Update history-substring-search README
    83c3316 Added the tugboat autocompletion plugin
    f513999 git plugin: make b local in gg* functions because it leaked, and led to #3991
    6ff96da git plugin: fix error msg in gwip alias because git rm will fail when no files were deleted
    6c29041 git plugin: global var for git command due to issues like #3962 until a proper plugin-loading system is implemented
    a570f4b git plugin: bring back olg gg aliases by popular demand, see #3972
    557dc09 More run and create options
    2fb3265 Only load url-quote-magic if it is available. Partially fixes #3614
    25df9f3 Disable globbing when executing `zeus rake` aliases to enable use of square brackets without escaping
    2d40cc0 Add git_prompt_behind and git_prompt_exists
    f21a672 add kitchen completion plugin from @petere
    70c4a27 Added a possibility to display the remote branch and the number of commits you are ahead or behind
    41104f8 Fix homebrew directory in aws plugin.
    1653545 Recognize comments by default.
    a28dbc8 Move custon *.zsh file sourcing up so that they can load plugins and other things that come after.
    8652fd6 added comment functionality
    de56943 Improved the `_git_time_since_commit` function.
    729b19c Remove docker insert command
    45e3f62 Add README for httpie plugin
    3cc3084 Fix typo in $VCS_CLEAN_COLOR in adben theme
    a98501d Grep bug in Agnoster
    d686f8a generate with 'pod --completion-script' /cc thx to @ajmccall
    a2f782e updated the command list to the latest cocoapod version (0.33.0)
    6a1b832 No input for Update Check defaults to Yes
    b7d041c Add rdrs method to reset the database(s)
    5770ad5 Set AWS_PROFILE and use existing RPROMPT
    3a77433 Add new boot2docker options
    4224c2a Merge pull request #3494 from AlexTalker/short-host
    51e366e Merge pull request #3339 from Xophmeister/master
    4c21557 Merge pull request #3320 from moul/pr-boot2docker
    3e88e53 Merge pull request #2999 from nicorevin/master
    dac07b2 Merge pull request #2736 from felipec/fc/gitfast
    35c7b7b Merge pull request #1951 from Neal/extract-ipsw
    cb89fcd Merge pull request #2836 from ptamarit/chsh-etc-shells
    11c7baf Merge pull request #3651 from mcornella/batch-close-3
    a449d53 Merge pull request #2790 from ncanceill/plugin-git
    da21092 Merge pull request #3945 from nicolas-brousse/homebrew-plugin
    1b625af Merge pull request #3952 from lbraun/patch-1
    cffeefd Add installation instructions to README
    cc63928 Round 3 of batch-closing obsolete issues
    7f232f6 Respect $ZSH_CACHE_DIR when creating fasd's cache
    9c75551 Merge pull request #3887 from jadb/add-cakephp3-plugin
    7416018 Create new aliases for homebrew plugin
    0c8cb11 Add sublime text 3 paths to check list
    743be91 Don't leak extendedglob to global environment.
    7b478d7 Detect the .venv in any parent directory of the current directory
    6504a2d Add CakePHP3 plugin
    4d0aca4 Differing upgrade and safe-upgrade
    5b75cc7 Many updates to git plugin (see #2790)
    9a5e1a0 Use $EDITOR
    03b8c19 Fix 'chsh' by checking '/etc/shells' instead of using 'which'
    d60d4f6 Add alias of bundle clean
    83cf909 Added aliases for docker compose
    d80918b add markdown extension to README
    24552f0 Add readme and add new alias cfpc: paste+compile+copy
    4512161 Update template zshrc with HYPHEN_INSENSITIVE
    a315ddc typofix
    8e8cdc0 Add coffeescript aliases: cf, cfc, cfp
    66052e2 Add hyphen insensitivity
    5c9c373 Fix minimal.zsh-theme's check for in_svn and add support for mercurial
    551d68a Fixes gradle autocomplete. Regex did not include subproject tasks before.
    7f0b577 Use the newest Vundle commands
    8cf04ed Fix echo nothing if $SHORT_HOST doesn't exist.
    f1d12c5 Add .ipsw to the extract plugin.
    663d432 Minor cosmetic fix to minimal theme
    95d5f2c [boot2docker plugin] Initial version
    8a43d35 fix paclist() for non-english locales
    5918d91 gitfast: back-port prompt fix
    6a5c8fb gitfast: update to upstream v1.9.2

    git-subtree-dir: repos/robbyrussell/oh-my-zsh
    git-subtree-split: 599831b85a5fd4564ab820530e2bb45f37ca3f99

    mj
     

25 Feb, 2015

1 commit

  • 6ddd44a Merge pull request #3622 from koddsson/notifier-plugin-if-order
    656db4d Merge pull request #3623 from uberspot/nmap_feat
    1308515 Re-order OS detection if..else statement.
    0dc7b5c add nmap plugin with some aliases for scan modes
    31e29e1 Merge pull request #3625 from tandrup/master
    1dcc81c Merge pull request #3630 from designorant/grunt-plugin-update
    8b45118 Update Grunt plugin to 0.1.2
    7fc47e7 Fixing spaces in title and message given to bgnotify on OS X
    677acc3 Merge pull request #3486 from ckesc/master
    bd792f0 Merge pull request #3444 from lululau/httpie-pr
    9aa11c3 Merge pull request #3458 from rexk/feature/go-plugin-upgrade
    86a41a8 Merge pull request #3480 from dskecse/add-rails-rdms-alias
    d28917d Merge pull request #1999 from akatov/carton
    78cfe75 Merge pull request #3301 from t413/master
    aa9325a Merge pull request #3025 from DanielOaks/ys-newness
    b91ca24 Merge pull request #3394 from zghember/master
    4353162 Merge pull request #2407 from mgalgs/gmt-compdef
    237304a Merge pull request #2346 from zsiciarz/master
    2728543 Merge pull request #3508 from joshtronic/patch-1
    07ebfd8 Merge pull request #3497 from hsingh23/patch-1
    9c0b643 Merge pull request #3509 from joshtronic/patch-2
    ff6ca9b Merge pull request #3538 from TheLinuxKitten/grep-if-color
    e2fd99a Merge pull request #3526 from DariusPHP/master
    be63e8b Merge pull request #3518 from mfaerevaag/master
    6809b42 Merge pull request #3541 from agios/tmuxinator
    983c0c9 Merge pull request #3615 from mopsfelder/hgprompt
    49a3dd1 Merge pull request #3608 from idjaw/master
    c4c3d32 Merge pull request #3544 from tejasbubane/add-all-alias-in-git-plugin
    7649c29 Merge pull request #2009 from akatov/grunt
    9d0a9b8 Merge pull request #3559 from WarFox/feature/mvn-plugin-src-docs
    d80f620 Merge pull request #3561 from jakobj/master
    7c2d84f Merge pull request #3569 from avalent/master
    2f23f33 Merge pull request #3577 from jameswomack/npm_convenience_aliases
    377b1f9 Merge pull request #3580 from LukasDoe/master
    e1bcd77 Merge pull request #3601 from nextgenthemes/master
    57ed0cd Merge pull request #3598 from roderickrandolph/master
    56bc1c3 Merge pull request #3609 from craigp/added_local_hex_to_mix_plugin
    43bdea4 Removing say() function in perl plugin so that it doesn't overwrite OSX comand line utility. Closes #2562
    ce607d3 Adding keystrong return to oascrupt per suggestion by @enzzzy. Fixes #2913.
    6713aef Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
    aa16e18 Updating histoby-substring-search README to instruct user to load plugins via .zshrc. Closes #1832.
    7b71dcc Merge pull request #3610 from bderrly/zle-active-check
    d7837c6 Shorten the zle check and reset-prompt into one line.
    efd6d4d Merge pull request #3597 from apjanke/no-dot-in-cdpath
    a1de65e Removing --no-check-certificate from README
    5cd3182 Missed a few textile formatting spots
    caac64c Few copy edits to README
    8f1741d Moving README to markdown... and taking first steps at reorganizing it. Also updated the LICENSE to reflect 2015.
    0a99ca0 plugins: mercurial: Update the order prompt vars are displayed
    77140a2 Merge pull request #3603 from alx741/master
    bc8abe5 Verify zle is active before trying to reset-prompt.
    9bf1960 Merge pull request #3607 from mcornella/drop-insecure-url
    aff01d9 Update readme.md
    3936763 Markdown bolds to capital letters
    8ce1245 added the 'mix local.hex' command to plugin completions
    e10470f Adding ssh-config to vagrant plugin autocomplete. Was missing
    152a751 Revert usage of install.ohmyz.sh URL, until HTTPS support.
    223197b Merge pull request #3533 from maff/chucknorris-fortune
    8d561aa Merge pull request #3573 from mcornella/fix-taskwarrior-first-completion
    dcc08b0 Merge pull request #3545 from BilalBudhani/ember-cli-plugin
    9a58e8d Merge pull request #3578 from ctroncoso/patch-1
    67fff60 Merge pull request #3589 from miguxbe/master
    84a318b Merge pull request #3590 from voronkovich/master
    5b429b6 Merge pull request #3596 from kossmac/master
    24ebf9c Merge pull request #3591 from zmwangx/ls-variants
    c5e8713 Merge pull request #3594 from pi0/master
    33900df PLUGINS: vi-mode: allow ctrl-h, ctrl-?, ctrl-w for char and word deletion
    099246d PLUGINS: vi-mode: allow ctrl-p, ctrl-n for history navigation
    d8b9932 Update readme.md
    660eeb1 Update readme.md
    3120b9a Update readme.md
    f50b3fe Create ubuntu plugin, based on debian plugin.
    6b29aab Create readme.md
    8b5950b Fix: "\s" is a gawk-specific regexp operator.
    23d4e7e Merge pull request #1 from roderickrandolph/fix-return-status-arrow-color
    46e6e2e Fixes incorrect prompt arrow color
    6ccf67a Do not put explicit dot in $cdpath, since it causes problems on Cygwin due to an underlying zsh bug.
    cd36ded added stats command to docker plugin
    7c73a3a Laravel 5 support
    2790a5e Bring back -h option to ls variants
    b39dbec Fix tmuxinator completion for symlinked dirs
    ec9525b Add initial JHBuild plugin support
    7c00bcd Modify theme to optimize the usability, when you use solarized dark as shell color scheme.
    4b20bfe Fix first-tab completion in task command
    68955f1 docker containers based on defined names
    6967393 Add convenience aliases for installation of npm modules
    3b6a695 Merge branch 'master' of github.com:avalent/oh-my-zsh
    3ba10ad Added cab autocompletion to the cabal plugin.
    6bccb1a removed superfluous vcs_info_msg in trapd00r theme
    fc606d9 Added alias for downloading maven dependencies' sources and javadocs
    2e0da68 add chucknorris plugin
    431faa9 Creates Ember-cli plugin and Adds its aliases
    8cb97d6 Add alias for git add --all
    f2130fa Test if --color=auto is a valid option for grep
    c4d3de1 added server:run alias
    4533c7a [wd] Update to v0.4.1
    49549d9 Update git-hubflow.plugin.zsh
    fd3a348 Update git-flow.plugin.zsh
    b2f8764 Adds completions to wp-cli plugin
    5b90092 Sublime Text plugin: added sst alias for sudo run sublime
    a55a313 Add rdms alias to rails plugin
    8105d4a Merge commit '175b4a807383530aa75145b5b6fdedb3ce1f11f2'
    8790fa3 go plugin upgrade for version 1.4
    957564a Add completion for httpie
    6fd0b73 Merge commit '141c2e593401f245a9f9bb0799ada8bf14b677d7'
    6f70d28 Update theme "jispwoso" to support ret status and git
    fd69c34 Add screenshots to readme
    98fc8dd Fix for OS X when no window id is returned (like on the desktop)
    cbec1d7 Add window ID fallback for windows.
    3d376bb Fix renamed method issue.
    adafe27 add cygwin windows support with notifu, add to readme
    0b0cc2c Fixed math on linux, removed debug echo.
    e16d3e4 Add bgnotify plugin, a cross-platform background notifier!
    49e10ae Make 'ys' theme use hg repo info too
    1274a5e Added cabal freeze subcommand.
    1ab0f77 Updated cabal commands for Cabal 1.20
    859a37d Fixed typo in cabal plugin.
    d3acea3 Updated cabal plugin with Cabal 1.18 commands.
    33ef34b Fix gmt compdef
    1af012d carton was renamed to cask
    55c90b1 grunt completion courtesy of @yonchu: https://github.com/yonchu/grunt-zsh-completion
    7fb1712 carton completion plugin

    git-subtree-dir: repos/robbyrussell/oh-my-zsh
    git-subtree-split: 6ddd44a341c77910ac64ec2f67ee762ecebcc82d

    mj