Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Modules/docker #49

Closed

Commits on Apr 2, 2017

  1. Configuration menu
    Copy the full SHA
    b38ced8 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Configuration menu
    Copy the full SHA
    7346efd View commit details
    Browse the repository at this point in the history
  2. Set ZPREZTODIR to ${0:h}

    belak committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    0be0ff5 View commit details
    Browse the repository at this point in the history
  3. Update pure prompt to v1.5.2

    This fixes a security issue with malicious branch names
    Plastix authored and belak committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    8820b71 View commit details
    Browse the repository at this point in the history
  4. update brewu method

    Homebrew decided to not change the behaviour of `brew upgrade` so
    `brew upgrade --all` is equivalent to `brew upgrade` without any other
    arguments (so the `--all` is a no-op and can be removed).
    mrgrauel authored and belak committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    2ba060a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8913bcc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5271af8 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. Add support for skipping VIRTUALENVWRAPPER init in modules/python (so…

    …rin-ionescu#598)
    
    * Support skip-virtualenvwrapper-init zstyle in python module to avoid auto-sourcing of virtualenvwrapper.sh
    * Don't overwrite the WORKON_HOME env var if the user has already set it
    eukaryote authored and belak committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    a772956 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcd8596 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

  1. Change $TMPDIR for non-interactive shells

    This commit changes the way $TMPDIR is set by using `mktemp` rather
    than a fixed string.
    jlax47 authored and belak committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    3a6ae0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e35f70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c1ad5b View commit details
    Browse the repository at this point in the history
  4. Add nodenv support to Node.js module

    - Implementation from sorin-ionescu#1001
    - Documentation from sorin-ionescu#1178
    jrolfs authored and belak committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    4834470 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb68944 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12d48df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65b05c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ddfc870 View commit details
    Browse the repository at this point in the history
  9. Improve and simplify titling functions.

    Multiplexer titles can be set independent of window and tab titles.
    Add auto-title always option to have dynamic titling inside terminal
    multiplexers. Setting auto-title to yes continues to ignore dynamic
    titling inside terminal multiplexers.
    
    This patch should not alter behavior under Apple terminals.
    oohlaf authored and belak committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    013668f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    076e29e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fd0b627 View commit details
    Browse the repository at this point in the history
  12. Update external prompt modules

    belak committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    27c2ccd View commit details
    Browse the repository at this point in the history
  13. Added option to skip git aliases definition

    posva authored and belak committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    c004985 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    95d19b3 View commit details
    Browse the repository at this point in the history
  15. utility module: fix/improve colordiff call in diff

    The new call is compatible with colordiff v1.0.8 - v.1.0.15 (might be
    compatible with even earlier versions, but not tested), while the
    original one breaks down under v1.0.14 and v1.0.15. See
    daveewart/colordiff#22.
    zmwangx authored and belak committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    464a8d2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9090066 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. Configuration menu
    Copy the full SHA
    e413ef5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dafaae View commit details
    Browse the repository at this point in the history
  3. Fix path in node module

    tough-griff authored and belak committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    94708f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. Merge pull request sorin-ionescu#1272 from sorin-ionescu/issue/1246-p…

    …s-context-config
    
    Adds additional support for PS prompt context expansion
    johnpneumann authored Apr 11, 2017
    Configuration menu
    Copy the full SHA
    412af29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee249e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b963484 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. Configuration menu
    Copy the full SHA
    60c433d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8655cd5 View commit details
    Browse the repository at this point in the history
  3. Remove manb from completion filename

    leoj3n authored and belak committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    9a70a16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95036c9 View commit details
    Browse the repository at this point in the history
  5. Feat (aliases): add aliases for git flow

    akarzim authored and belak committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    fb6f3f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c0f95c View commit details
    Browse the repository at this point in the history
  7. completion: Cap max-errors at 7 to avoid hanging (sorin-ionescu#953)

    7 is pretty arbitrarily chosen, but seems like a reasonable tradeoff, at
    least the completion no longer shows symptoms of exponential
    time-growth when trying to complete something completely wrong.
    
    This fixes sorin-ionescu#946.
    catharsis authored and belak committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    5c0e68f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e20eb8 View commit details
    Browse the repository at this point in the history
  9. Don't use a deprecated argument as a python example

    Thanks to @jeffwidman for pointing this out
    
    Closes sorin-ionescu#1141
    belak committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    7011031 View commit details
    Browse the repository at this point in the history
  10. Add bundle clean alias

    akarzim authored and belak committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    7c64584 View commit details
    Browse the repository at this point in the history
  11. Doc (ruby): add doc on bundle clean alias

    akarzim authored and belak committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    bb168c5 View commit details
    Browse the repository at this point in the history
  12. Feat (docker): add docker aliases (sorin-ionescu#1147)

    Thanks to @malikoth and @saoula for their input.
    akarzim authored and belak committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    8a43331 View commit details
    Browse the repository at this point in the history
  13. Fix indentation in README

    belak committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    d035e4c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e606b09 View commit details
    Browse the repository at this point in the history