06 Dec, 2015

1 commit

  • ee34381 Use $HOME instead of tilde inside quotes
    3841115 Merge pull request #4654 from mcornella/termsupport-cleanup
    c82f49e Merge pull request #4652 from psprint/master
    4e30688 Cleanup update_terminalapp_cwd function
    eca912e Quote all variables in if statements
    103eb32 Use a case structure to id terminal types
    d427ac1 znt: twice as fast searching
    ae84be7 znt: updated README.md

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

    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