01 Apr, 2016

1 commit

  • 286c3e5 Merge pull request #4961 from aesopwolf/patch-1
    69e1506 Add git user profile functions for prompt display
    c458277 Merge pull request #4957 from TorrentKatten/master
    e8a9d0e localization support for clock in candy theme
    c3b3de5 Merge pull request #4956 from RobLoach/asdf
    616ac67 Add 'asdf' plugin
    b4a85ec Merge pull request #4728 from atk91/4727
    7cc1eab Merge pull request #2752 from isqua/bureau_theme_fix
    c74681a Merge pull request #2392 from s7anley/master
    d1a5fad Merge pull request #4943 from MattLewin/master
    dfccac3 Merge pull request #3892 from delphiki/sf2-plugin
    8daa52d Merge pull request #4809 from aried3r/patch-1
    5365cca Merge pull request #4849 from gkotian/master
    7697c40 Merge pull request #4939 from AntouanK/feature/npm-outdated
    fc89773 Update 'tm' function to take multiple files on the command-line
    9280f2c Merge pull request #4940 from ysmood/optimize-ys-theme
    186f009 Update README.markdown
    2cc5976 Merge pull request #4941 from getaaron/patch-1
    e0246ed Remove "Mac" from "Mac OS X"
    9cc3e8b Optimize the ys.zsh-theme make it simpler
    097cc70 [feature/npm-outdated] - add alias for "npm outdated" to check outdated npm modules
    8ac1859 Update GitHub download URLs in README
    83cf8dc Merge pull request #4790 from lckarssen/avit-theme-fixes
    fdff700 Merge pull request #4863 from ysmood/optimize-ys-theme
    bbedad8 Merge pull request #4847 from kennethreitz/patch-1
    55fed4f Fix use of CARETCOLOR in avit theme
    9c36248 Better visible colours in avit for Ubuntu terminal
    cfac963 Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
    9a2376b add: exit code
    aeca2ad Optimize the ys.zsh-theme make it more expressive
    eee6f08 Minor README fixes
    568f481 update kennethreitz.zsh-theme
    07424c9 Update kennethreitz.zsh-theme
    a6ad7a0 Add missing alias to README of bundler plugin
    0a47451 Updated colour of ◀ in PROMPT2 of the avit theme. In commit 729fd53 I incorrectly only changed PROMPT1. Now both ▶ and ◀ follow $CARETCOLOR.
    63e216b oh-my-zsh avit theme: instead of only showing the last 3 directories in the $PWD shorten the path by removing some middle parts if $PWD becomes too long.
    18801e2 Shorter way of creating bold colours in a ZSH theme (applied to the avit theme).
    ceca00a Adapt some colours in the avit theme for better visibility in the default Ubuntu terminal theme.
    854c41d Fix in avit theme: $CARETCOLOR was not to actually colour the caret, so change to root user wouldn't show in the prompt.
    a67dfae Set colour for user@hostname to red if we're root (or sudo) in the bira theme.
    d853ec4 Closes #4727
    68e03a0 Changed env based sf2 shortcuts to sfdev & sfprod
    a1ed87a Added environment based shortcuts in symfony2 plugin
    e2bf7cb Fix checkmark for clean repo in bureau theme
    a6ab704 Added a short description of the plugin
    b3d27be Update seach parameter
    aac85f0 Proper handling of tags
    e585904 Geeknote autocomplete and alias

    git-subtree-dir: repos/robbyrussell/oh-my-zsh
    git-subtree-split: 286c3e5e28b651c3f629e6aaba589a1cf56da4d8

    mj
     

02 Dec, 2015

1 commit

  • 00344f7 Merge branch 'ferenczy-cygwin'
    63d7500 Added setting of the window title in Cygwin
    b457ae2 Merge pull request #4651 from ionelmc/patch-1
    f7ed724 Merge pull request #3321 from moul/pr-tmux-cssh
    d55111f Support all kinds of putty-like terminal strings.
    78af29e Merge branch 'marking-master'
    584e0a6 Use shwordsplit in open_command()
    afdfe23 Add empty string parameter to start command
    0a79f1e make this work in the git-for-windows SDK
    a19ec10 Merge pull request #4649 from psprint/master
    39e4dfb Updated README.md
    c885290 Renamed README.txt to README.md
    711c1bc Add support for "putty" $TERM in termsupport.zsh
    c2b4d9f znt: n-history supports multi-line cmds and starts with current buffer
    afd28bf Merge pull request #4368 from psprint/master
    fea74b4 Fix open_command nohup call
    ef031df Merge pull request #4207 from mpscholten/master
    46824b3 Merge pull request #4191 from apjanke/vi-mode-fix-smkx
    d3b9520 Merge branch 'apjanke-z-allow-custom'
    2205aa4 z plugin: fix loading from custom location
    85d9495 Merge pull request #4181 from posva/z
    96108e1 Merge branch 'apjanke-histsubstr-update-2015_04_26'
    7e39839 history-substring-search: update to upstream version 2015-09-28
    d7e6ba0 history-substring-search: add a script to automatically update OMZ from the upstream repo
    befb5b6 Merge pull request #4634 from mfaerevaag/master
    424800e Merge pull request #4539 from Gnouc/master
    90e1630 Merge pull request #4443 from apjanke/github-update
    dfe10af Merge branch 'apjanke-termsupport-protect-subshell'
    f0981d5 termsupport: protect subshell with quotes
    d2e1c71 Merge pull request #4534 from mcornella/fix-open_command-nohup-tmux
    ebfba0e Drop the use of nohup on OSX for tmux compatibility
    7d9648e [wd] update minor version (v0.4.2)
    8ea7735 vi-mode: remove line-init/finish widgets that broken terminfo keybindings
    24492a2 Update github plugin to work with current hub versions
    d336396 Updated z version
    c25002a Removing `source` command
    4c292ea Initial commit of Zsh Navigation Tools
    53a6335 Change coding style
    45cd2df Update uninstall.sh
    d351c76 Also accept any forms of yes as an answer to the "do you want to update?" prompt
    b7fcdc7 [tmux-cssh plugin] Initial version

    git-subtree-dir: repos/robbyrussell/oh-my-zsh
    git-subtree-split: 00344f7628099ad614a9db1b4a4d71155dc932ef

    mj